aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhark <hark@puscii.nl>2014-01-24 14:53:14 +0000
committerhark <hark@puscii.nl>2014-01-24 14:53:14 +0000
commitb378feb519350c8d0cce7b391cf044ff8cff191b (patch)
tree30e33f3ec3484b12b9838d98b7a1f1bdb2a5566c
parent059138c2de87f95d8522f6429d9dc357931a4c40 (diff)
downloadgnunet-gtk-b378feb519350c8d0cce7b391cf044ff8cff191b.tar.gz
gnunet-gtk-b378feb519350c8d0cce7b391cf044ff8cff191b.zip
fix
-rw-r--r--contrib/gnunet_conversation_gtk_about_window.glade2
-rw-r--r--src/conversation/gnunet-conversation-gtk.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/gnunet_conversation_gtk_about_window.glade b/contrib/gnunet_conversation_gtk_about_window.glade
index 131c04c7..a026677d 100644
--- a/contrib/gnunet_conversation_gtk_about_window.glade
+++ b/contrib/gnunet_conversation_gtk_about_window.glade
@@ -91,7 +91,7 @@ Daniel Nylander &lt;po@danielnylander.se&gt;</property>
91 <object class="GtkLabel" id="about_name_version_label"> 91 <object class="GtkLabel" id="about_name_version_label">
92 <property name="visible">True</property> 92 <property name="visible">True</property>
93 <property name="can_focus">False</property> 93 <property name="can_focus">False</property>
94 <property name="label">GNUnet-Peerinfo-GTK r32004</property> 94 <property name="label">GNUnet-Peerinfo-GTK r32008</property>
95 <attributes> 95 <attributes>
96 <attribute name="weight" value="bold"/> 96 <attribute name="weight" value="bold"/>
97 <attribute name="size" value="200"/> 97 <attribute name="size" value="200"/>
diff --git a/src/conversation/gnunet-conversation-gtk.c b/src/conversation/gnunet-conversation-gtk.c
index 8b2f7219..ecfa8256 100644
--- a/src/conversation/gnunet-conversation-gtk.c
+++ b/src/conversation/gnunet-conversation-gtk.c
@@ -1012,7 +1012,7 @@ GNUNET_GTK_conversation_quit_cb (GObject * object, gpointer user_data)
1012 } 1012 }
1013 if (NULL != ns) 1013 if (NULL != ns)
1014 { 1014 {
1015 GNUNET_IDENTITY_disconnect (ns); 1015 GNUNET_NAMESTORE_disconnect (ns);
1016 ns = NULL; 1016 ns = NULL;
1017 } 1017 }
1018 1018