diff options
Diffstat (limited to 'lib/widgets/ephy-downloads-progress-icon.c')
-rw-r--r-- | lib/widgets/ephy-downloads-progress-icon.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/widgets/ephy-downloads-progress-icon.c b/lib/widgets/ephy-downloads-progress-icon.c index 05c87c89d..0957c5196 100644 --- a/lib/widgets/ephy-downloads-progress-icon.c +++ b/lib/widgets/ephy-downloads-progress-icon.c @@ -23,8 +23,7 @@ #include "ephy-downloads-manager.h" #include "ephy-embed-shell.h" -struct _EphyDownloadsProgressIcon -{ +struct _EphyDownloadsProgressIcon { GtkDrawingArea parent_instance; GtkWidget *downloads_box; |