[grisbi-cvs] [SCM] grisbi branch, master, updated. upstream_version_0_9_1-27-gdee355f

Philippe Delorme nobody at users.sourceforge.net
Wed May 4 20:37:06 CEST 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grisbi".

The branch, master has been updated
       via  dee355f8a9bdefcfbf560738b2c4d1390932aa7b (commit)
      from  42d89090110bab2e34ba06ad19adf3365668998e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit dee355f8a9bdefcfbf560738b2c4d1390932aa7b
Author: Philippe Delorme <philippedelorme at users.sourceforge.net>
Date:   Wed May 4 20:35:05 2011 +0200

    Left panel: fix wrong pixmap for account in context menu

-----------------------------------------------------------------------

Changes:
diff --git a/src/navigation.c b/src/navigation.c
index c614f4d..54d33ed 100644
--- a/src/navigation.c
+++ b/src/navigation.c
@@ -2070,7 +2070,7 @@ void gsb_gui_navigation_context_menu ( GtkWidget *tree_view,
 
             menu_item = gtk_image_menu_item_new_with_label ( _("Remove this account") );
             gtk_image_menu_item_set_image ( GTK_IMAGE_MENU_ITEM ( menu_item ),
-                        gtk_image_new_from_stock ( GTK_STOCK_NEW, GTK_ICON_SIZE_MENU ) );
+                        gtk_image_new_from_stock ( GTK_STOCK_DELETE, GTK_ICON_SIZE_MENU ) );
             g_signal_connect ( G_OBJECT ( menu_item ),
                         "activate",
                         G_CALLBACK ( gsb_account_delete ),


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list