[git] GPA - branch, master, updated. gpa-0.9.2-1-gfb738b2

by Daniel Leidert cvs at cvs.gnupg.org
Fri Jul 13 11:39:02 CEST 2012


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 "The GNU Privacy Assistant".

The branch, master has been updated
       via  fb738b2e624081751b09726b98eb9d011c44f37b (commit)
      from  817a6b3896ad645711836bea3c9fd6592458b44d (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 fb738b2e624081751b09726b98eb9d011c44f37b
Author: Daniel Leidert <dleidert at debian.org>
Date:   Fri Jul 13 10:22:16 2012 +0200

    Fix a segmentation fault opening file-manager mode.
    
    * src/fileman.c (file_list_new): s/select/sel, which is undefined.

diff --git a/src/fileman.c b/src/fileman.c
index 11636b4..90c60dd 100644
--- a/src/fileman.c
+++ b/src/fileman.c
@@ -737,7 +737,7 @@ file_list_new (GpaFileManager * fileman)
 
   sel = gtk_tree_view_get_selection (GTK_TREE_VIEW (list));
   gtk_tree_selection_set_mode (sel, GTK_SELECTION_MULTIPLE);
-  g_signal_connect_swapped (select, "changed",
+  g_signal_connect_swapped (sel, "changed",
 			    G_CALLBACK (update_selection_sensitive_actions),
 			    fileman);
 

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

Summary of changes:
 src/fileman.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
The GNU Privacy Assistant
http://git.gnupg.org




More information about the Gnupg-commits mailing list