summaryrefslogtreecommitdiff
path: root/mate-panel/libpanel-util/panel-gtk.c
diff options
context:
space:
mode:
authorLaurent Napias <[email protected]>2019-06-29 11:54:59 +0200
committerZenWalker <[email protected]>2019-07-05 17:09:27 +0200
commit188846cecfda3b8f19e45ca37a60d817bff2afed (patch)
tree571ae1908573dd88f390482faf1a8c75ea61cc68 /mate-panel/libpanel-util/panel-gtk.c
parent96ceed2717780188bc0eb84565d91617783d7192 (diff)
downloadmate-panel-188846cecfda3b8f19e45ca37a60d817bff2afed.tar.bz2
mate-panel-188846cecfda3b8f19e45ca37a60d817bff2afed.tar.xz
Remove trailing whitespaces
Diffstat (limited to 'mate-panel/libpanel-util/panel-gtk.c')
-rw-r--r--mate-panel/libpanel-util/panel-gtk.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/mate-panel/libpanel-util/panel-gtk.c b/mate-panel/libpanel-util/panel-gtk.c
index b575a7b2..a1db40fc 100644
--- a/mate-panel/libpanel-util/panel-gtk.c
+++ b/mate-panel/libpanel-util/panel-gtk.c
@@ -197,14 +197,14 @@ panel_image_menu_item_new_from_icon (const gchar *icon_name,
concat = g_strconcat (label_name, " ", NULL);
GtkWidget *label_menu = gtk_label_new_with_mnemonic (concat);
GtkWidget *menuitem = gtk_menu_item_new ();
-
+
context = gtk_widget_get_style_context (GTK_WIDGET(icon_box));
gtk_style_context_add_class(context,"mate-panel-menu-icon-box");
gtk_container_add (GTK_CONTAINER (icon_box), icon);
gtk_container_add (GTK_CONTAINER (box), icon_box);
gtk_container_add (GTK_CONTAINER (box), label_menu);
-
+
gtk_container_add (GTK_CONTAINER (menuitem), box);
gtk_widget_show_all (menuitem);
@@ -238,11 +238,11 @@ panel_image_menu_item_new_from_gicon (GIcon *gicon,
context = gtk_widget_get_style_context (GTK_WIDGET(icon_box));
gtk_style_context_add_class(context,"mate-panel-menu-icon-box");
-
+
gtk_container_add (GTK_CONTAINER (icon_box), icon);
gtk_container_add (GTK_CONTAINER (box), icon_box);
gtk_container_add (GTK_CONTAINER (box), label_menu);
-
+
gtk_container_add (GTK_CONTAINER (menuitem), box);
gtk_widget_show_all (menuitem);