aboutsummaryrefslogtreecommitdiff
path: root/src/indicator-messages.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-03-08 14:27:36 -0600
committerTed Gould <ted@gould.cx>2012-03-08 14:27:36 -0600
commitb047299e495a75e132ebd5110841597a2e295308 (patch)
treecdf7eca275b240d5eaeff6a7ceb7b49d60bcbba6 /src/indicator-messages.c
parent82ed1671c765eb0c71c6ef466d3ca4030a4298ce (diff)
parent4b2b0165658d3429f415c3014517ca13721a38b5 (diff)
downloadayatana-indicator-messages-b047299e495a75e132ebd5110841597a2e295308.tar.gz
ayatana-indicator-messages-b047299e495a75e132ebd5110841597a2e295308.tar.bz2
ayatana-indicator-messages-b047299e495a75e132ebd5110841597a2e295308.zip
* New upstream release.
* Fixing alignment of menu items (LP: #939953) * Vertically centering alignment of double high items (LP: #770486) * Fixing setting of status on telepathy (LP: #943757)
Diffstat (limited to 'src/indicator-messages.c')
-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 cf81f40..2c5e3cd 100644
--- a/src/indicator-messages.c
+++ b/src/indicator-messages.c
@@ -724,7 +724,7 @@ new_indicator_item (DbusmenuMenuitem * newitem, DbusmenuMenuitem * parent, Dbusm
gtk_widget_set_size_request(GTK_WIDGET (gmi), -1, height + 4);
#if GTK_CHECK_VERSION(3, 0, 0)
- gtk_widget_set_margin_left (hbox, width + 2 * padding);
+ gtk_widget_set_margin_left (hbox, width + padding);
#endif
GdkPixbuf * pixbuf = dbusmenu_menuitem_property_get_image(newitem, INDICATOR_MENUITEM_PROP_ICON);