aboutsummaryrefslogtreecommitdiff
path: root/tools/indicator-loader.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-07-07 00:32:12 -0500
committerTed Gould <ted@gould.cx>2011-07-07 00:32:12 -0500
commit709208d42375adfe05102f9dbddd638a81776e16 (patch)
treed8399537ea41dbddf2f816e51bb670867da833a0 /tools/indicator-loader.c
parent9a18c1c095a420b16431b4f411d627786448a81a (diff)
parentc1034173faf54120c693c984123f343968621359 (diff)
downloadlibayatana-indicator-709208d42375adfe05102f9dbddd638a81776e16.tar.gz
libayatana-indicator-709208d42375adfe05102f9dbddd638a81776e16.tar.bz2
libayatana-indicator-709208d42375adfe05102f9dbddd638a81776e16.zip
* New upstream release.
* Build Fixes * Adding license to test files (LP: #684886) * Bump API/ABI versions appropriately and make easier to edit them in the future * Adding a name-hint to the indicator entries * Merging scroll functions into a single good one (LP: #804618)
Diffstat (limited to 'tools/indicator-loader.c')
-rw-r--r--tools/indicator-loader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/indicator-loader.c b/tools/indicator-loader.c
index 03614aa..0cdf1ff 100644
--- a/tools/indicator-loader.c
+++ b/tools/indicator-loader.c
@@ -44,7 +44,7 @@ entry_added (IndicatorObject * io, IndicatorObjectEntry * entry, gpointer user_d
g_debug("Signal: Entry Added");
GtkWidget * menuitem = gtk_menu_item_new();
- GtkWidget * hbox = gtk_hbox_new(FALSE, 3);
+ GtkWidget * hbox = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, 3);
if (entry->image != NULL) {
gtk_box_pack_start(GTK_BOX(hbox), GTK_WIDGET(entry->image), FALSE, FALSE, 0);