aboutsummaryrefslogtreecommitdiff
path: root/src/setup/gnunet-setup-options.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-12 08:37:58 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-12 08:37:58 +0000
commit301fe2c60beb21c920dd395bd2ca3359ab237952 (patch)
tree7786b332c652942256e94e7f027de6492a388e9f /src/setup/gnunet-setup-options.c
parentc6417681545b2b97b5a427843bd73446c333f3e2 (diff)
downloadgnunet-gtk-301fe2c60beb21c920dd395bd2ca3359ab237952.tar.gz
gnunet-gtk-301fe2c60beb21c920dd395bd2ca3359ab237952.zip
fix compilation (hack for now)
Diffstat (limited to 'src/setup/gnunet-setup-options.c')
-rw-r--r--src/setup/gnunet-setup-options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setup/gnunet-setup-options.c b/src/setup/gnunet-setup-options.c
index 7af3288a..ab969c5c 100644
--- a/src/setup/gnunet-setup-options.c
+++ b/src/setup/gnunet-setup-options.c
@@ -545,7 +545,7 @@ add_dns_entry_to_list_store (void *cls, const char *section)
545 { 545 {
546 gtk_list_store_insert_with_values (ls, &iter, G_MAXINT, 0, "", 1, 546 gtk_list_store_insert_with_values (ls, &iter, G_MAXINT, 0, "", 1,
547 (guint) 80, 2, (guint) 8080, 3, 547 (guint) 80, 2, (guint) 8080, 3,
548 "localhost", 4, "tcp", -1); 548 "localhost4", 4, "tcp", -1);
549 return; 549 return;
550 } 550 }
551 551