From 78470983d1c9833bf9353f3b36a62ee5a0382899 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 24 Aug 2011 21:29:38 -0500 Subject: Don't look up a style value we're not using --- src/indicator-messages.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/indicator-messages.c') diff --git a/src/indicator-messages.c b/src/indicator-messages.c index 3a8bbf9..2476d4d 100644 --- a/src/indicator-messages.c +++ b/src/indicator-messages.c @@ -581,9 +581,6 @@ new_application_item (DbusmenuMenuitem * newitem, DbusmenuMenuitem * parent, Dbu GtkMenuItem * gmi = GTK_MENU_ITEM(gtk_image_menu_item_new()); gtk_image_menu_item_set_always_show_image(GTK_IMAGE_MENU_ITEM(gmi), TRUE); - gint padding = 4; - gtk_widget_style_get(GTK_WIDGET(gmi), "horizontal-padding", &padding, NULL); - /* Set the minimum size, we always want it to take space */ gint width, height; gtk_icon_size_lookup(GTK_ICON_SIZE_MENU, &width, &height); -- cgit v1.2.3