gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r19031 - gnunet-gtk/src/fs


From: gnunet
Subject: [GNUnet-SVN] r19031 - gnunet-gtk/src/fs
Date: Fri, 6 Jan 2012 09:50:07 +0100

Author: grothoff
Date: 2012-01-06 09:50:07 +0100 (Fri, 06 Jan 2012)
New Revision: 19031

Modified:
   gnunet-gtk/src/fs/gnunet-fs-gtk-main_window_file_publish.c
Log:
-LRN: fix mistype

Modified: gnunet-gtk/src/fs/gnunet-fs-gtk-main_window_file_publish.c
===================================================================
--- gnunet-gtk/src/fs/gnunet-fs-gtk-main_window_file_publish.c  2012-01-06 
08:48:31 UTC (rev 19030)
+++ gnunet-gtk/src/fs/gnunet-fs-gtk-main_window_file_publish.c  2012-01-06 
08:50:07 UTC (rev 19031)
@@ -1624,7 +1624,7 @@
 
   if (ret == GTK_RESPONSE_OK)
   {
-    if (TRUE == gtk_tree_selection_get_selected (ctx->file_info_selection, 
NULL, &iter))
+    if (TRUE == gtk_tree_selection_get_selected (ctx->pseudonym_selection, 
NULL, &iter))
     {
       gtk_tree_model_get (ctx->pseudonym_treemodel, &iter, 1, &namespace, 2, 
&namespace_id, 5,
                           &namespace_uid, -1);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]