gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r7092 - gnunet-gtk/src/plugins/fs


From: gnunet
Subject: [GNUnet-SVN] r7092 - gnunet-gtk/src/plugins/fs
Date: Sun, 8 Jun 2008 14:59:38 -0600 (MDT)

Author: grothoff
Date: 2008-06-08 14:59:38 -0600 (Sun, 08 Jun 2008)
New Revision: 7092

Modified:
   gnunet-gtk/src/plugins/fs/namespace.c
Log:
fix

Modified: gnunet-gtk/src/plugins/fs/namespace.c
===================================================================
--- gnunet-gtk/src/plugins/fs/namespace.c       2008-06-08 20:50:44 UTC (rev 
7091)
+++ gnunet-gtk/src/plugins/fs/namespace.c       2008-06-08 20:59:38 UTC (rev 
7092)
@@ -706,7 +706,7 @@
   identifierLabel = glade_xml_get_widget (metaXML, "identifierLabel");
   gtk_label_set_text (GTK_LABEL (identifierLabel), next);
   cls.thisId = next;
-  nextEntryLine = glade_xml_get_widget (metaXML, "nextIdentifierEntry");
+  nextEntryLine = glade_xml_get_widget (metaXML, "nextIdentifierEntry1");
   /* run update dialog */
   if (gtk_dialog_run (GTK_DIALOG (dialog)) != GTK_RESPONSE_OK)
     goto CLEANUP;





reply via email to

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