diff options
Diffstat (limited to 'trashapplet/src')
-rw-r--r-- | trashapplet/src/trashapplet.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/trashapplet/src/trashapplet.c b/trashapplet/src/trashapplet.c index e406dfb2..d2ad7d54 100644 --- a/trashapplet/src/trashapplet.c +++ b/trashapplet/src/trashapplet.c @@ -171,6 +171,9 @@ trash_applet_size_allocate (GtkWidget *widget, { TrashApplet *applet = TRASH_APPLET (widget); + GTK_WIDGET_CLASS (trash_applet_parent_class) + ->size_allocate (widget, allocation); + switch (mate_panel_applet_get_orient (MATE_PANEL_APPLET (applet))) { case MATE_PANEL_APPLET_ORIENT_LEFT: @@ -184,8 +187,6 @@ trash_applet_size_allocate (GtkWidget *widget, break; } - GTK_WIDGET_CLASS (trash_applet_parent_class) - ->size_allocate (widget, allocation); } static void |