Signed-off-by: Niv Sardi <[email protected]>
---
 src/applet.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/applet.c b/src/applet.c
index ccbbfbe..6081a71 100644
--- a/src/applet.c
+++ b/src/applet.c
@@ -621,7 +621,7 @@ applet_menu_item_add_complex_separator_helper (GtkWidget 
*menu,
 {
        GtkWidget *menu_item = gtk_image_menu_item_new ();
 #if GTK_CHECK_VERSION(3,1,6)
-        GtkWidget *box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0);
+       GtkWidget *box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0);
 #else
        GtkWidget *box = gtk_hbox_new (FALSE, 0);
 #endif
-- 
1.7.10

_______________________________________________
networkmanager-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/networkmanager-list

Reply via email to