[gnome-panel] Fix another overlooked menu icon
- From: Matthias Clasen <matthiasc src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-panel] Fix another overlooked menu icon
- Date: Thu, 6 Aug 2009 14:21:01 +0000 (UTC)
commit b2b1dd51ad0e37ac582dbe62a6205a3efce0c3a3
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Aug 6 10:18:42 2009 -0400
Fix another overlooked menu icon
Make the 'Clear Recent Documents' menuitem follow the menu-images
setting.
gnome-panel/panel-recent.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnome-panel/panel-recent.c b/gnome-panel/panel-recent.c
index 1f12766..4b6c494 100644
--- a/gnome-panel/panel-recent.c
+++ b/gnome-panel/panel-recent.c
@@ -227,7 +227,7 @@ panel_recent_append_documents_menu (GtkWidget *top_menu,
add_menu_separator (recent_menu);
- menu_item = panel_image_menu_item_new ();
+ menu_item = gtk_image_menu_item_new ();
setup_menu_item_with_icon (menu_item,
panel_menu_icon_get_size (),
NULL,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]