From 9f4dbb4702970a6c72d735679d12f529e920ea40 Mon Sep 17 00:00:00 2001 From: naba Date: Sat, 5 Jan 2008 13:50:56 +0000 Subject: [PATCH] * plugins/valgrind/plugin.c: Removed stock icon open/save from menus to avoid conflict with file open/save. Fixes bug #507455 git-svn-id: http://svn.gnome.org/svn/anjuta/trunk@3416 1dbfb86a-d425-0410-a06b-cb591aac69f6 --- ChangeLog | 6 ++++++ plugins/valgrind/plugin.c | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d9a1e529..3984f039 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-01-05 Naba Kumar + + * plugins/valgrind/plugin.c: Removed stock icon open/save from + menus to avoid conflict with file open/save. Fixes bug #507455 + 2008-01-05 Johannes Schmid * configure.in: @@ -85,6 +90,7 @@ * Implemented hover interface * Adapted to changed interfaces +>>>>>>> .r3415 2008-01-04 Rob Bradford Reviewed by Naba Kumar : diff --git a/plugins/valgrind/plugin.c b/plugins/valgrind/plugin.c index a8eb620c..a0c42387 100644 --- a/plugins/valgrind/plugin.c +++ b/plugins/valgrind/plugin.c @@ -465,7 +465,7 @@ static GtkActionEntry actions_file[] = { }, { "ActionValgrindLoad", /* Action name */ - GTK_STOCK_OPEN, /* Stock icon, if any */ + NULL, /* Stock icon, if any */ N_("_Load Log"), /* Display label */ NULL, /* short-cut */ NULL, /* Tooltip */ @@ -473,7 +473,7 @@ static GtkActionEntry actions_file[] = { }, { "ActionValgrindSave", /* Action name */ - GTK_STOCK_SAVE, /* Stock icon, if any */ + NULL, /* Stock icon, if any */ N_("S_ave Log"), /* Display label */ NULL, /* short-cut */ NULL, /* Tooltip */ -- 2.11.4.GIT