aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2006-04-22 20:18:34 +0000
committerChristian Grothoff <christian@grothoff.org>2006-04-22 20:18:34 +0000
commitde6be916a7184bd6b9a756025c21d8d3aa1b1778 (patch)
treed6d7e8d8c14eb9ea9da04ba8ab8de7bd270917de
parent829a1ea614ea864c0a73b4fc56784c6a4dc66379 (diff)
downloadgnunet-gtk-de6be916a7184bd6b9a756025c21d8d3aa1b1778.tar.gz
gnunet-gtk-de6be916a7184bd6b9a756025c21d8d3aa1b1778.zip
warn
-rw-r--r--src/plugins/fs/namespace.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/fs/namespace.c b/src/plugins/fs/namespace.c
index 2322d2fa..e88a9b58 100644
--- a/src/plugins/fs/namespace.c
+++ b/src/plugins/fs/namespace.c
@@ -1026,6 +1026,7 @@ void on_namespaceUpdateButton_clicked(GtkWidget * dummy1,
1026 "namespaceUpdateIntervalComboBoxEntry", 1026 "namespaceUpdateIntervalComboBoxEntry",
1027 &cls.updateInterval)) { 1027 &cls.updateInterval)) {
1028 error = _("Failed to parse given time interval!"); 1028 error = _("Failed to parse given time interval!");
1029 identifierName = ""; /* to make gcc happy */
1029 } else { 1030 } else {
1030 identifierName = gtk_entry_get_text(GTK_ENTRY(nameLine)); 1031 identifierName = gtk_entry_get_text(GTK_ENTRY(nameLine));
1031 if ( (cls.updateInterval != ECRS_SBLOCK_UPDATE_NONE) && 1032 if ( (cls.updateInterval != ECRS_SBLOCK_UPDATE_NONE) &&