diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-09-06 09:18:51 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-09-06 09:18:51 +0000 |
commit | c51005e18b1bba6d00bdda828189d4e26f7059e8 (patch) | |
tree | aab4b32eaca638654587ca58446728101de2554b | |
parent | 50deae3582fb789eb1b73fe4fc6c397e0331b390 (diff) | |
download | gnunet-gtk-c51005e18b1bba6d00bdda828189d4e26f7059e8.tar.gz gnunet-gtk-c51005e18b1bba6d00bdda828189d4e26f7059e8.zip |
-fixing late night coding build issues
-rw-r--r-- | src/fs/gnunet-fs-gtk.c | 1 | ||||
-rw-r--r-- | src/identity/gnunet-identity-gtk_namespace_manager.c | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/fs/gnunet-fs-gtk.c b/src/fs/gnunet-fs-gtk.c index ee64b05f..ceaed0fc 100644 --- a/src/fs/gnunet-fs-gtk.c +++ b/src/fs/gnunet-fs-gtk.c | |||
@@ -734,7 +734,6 @@ run (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) | |||
734 | "fs-sks", | 734 | "fs-sks", |
735 | &handle_sks_zone_identity, | 735 | &handle_sks_zone_identity, |
736 | NULL); | 736 | NULL); |
737 | GNUNET_GTK_main_window_refresh_ns_list (&main_context); | ||
738 | #if HAVE_LIBUNIQUE | 737 | #if HAVE_LIBUNIQUE |
739 | unique_app_watch_window (unique_app, GTK_WINDOW (main_context.main_window)); | 738 | unique_app_watch_window (unique_app, GTK_WINDOW (main_context.main_window)); |
740 | g_signal_connect (unique_app, "message-received", | 739 | g_signal_connect (unique_app, "message-received", |
diff --git a/src/identity/gnunet-identity-gtk_namespace_manager.c b/src/identity/gnunet-identity-gtk_namespace_manager.c index 788c18a3..b96eae5b 100644 --- a/src/identity/gnunet-identity-gtk_namespace_manager.c +++ b/src/identity/gnunet-identity-gtk_namespace_manager.c | |||
@@ -256,7 +256,7 @@ GNUNET_IDENTITY_advertise_dialog_start_ (const struct GNUNET_CRYPTO_EccPrivateKe | |||
256 | { | 256 | { |
257 | GNUNET_break (0); | 257 | GNUNET_break (0); |
258 | GNUNET_free (ac); | 258 | GNUNET_free (ac); |
259 | return; | 259 | return;` |
260 | } | 260 | } |
261 | ac->dialog = GTK_WIDGET (gtk_builder_get_object | 261 | ac->dialog = GTK_WIDGET (gtk_builder_get_object |
262 | (ac->builder, "GNUNET_GTK_identity_advertise_dialog")); | 262 | (ac->builder, "GNUNET_GTK_identity_advertise_dialog")); |