aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/indicator-messages.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indicator-messages.c b/src/indicator-messages.c
index 950dccf..5a96cb9 100644
--- a/src/indicator-messages.c
+++ b/src/indicator-messages.c
@@ -698,7 +698,7 @@ new_indicator_item (DbusmenuMenuitem * newitem, DbusmenuMenuitem * parent, Dbusm
#if GTK_CHECK_VERSION(3, 0, 0)
GtkWidget * hbox = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, padding);
#else
- GtkWidget * hbox = gtk_hbox_new(FALSE, padding);
+ GtkWidget * hbox = gtk_hbox_new(FALSE, padding);
#endif
/* Icon, probably someone's face or avatar on an IM */