aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/fs/namespace.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/fs/namespace.c')
-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) &&