diff options
Diffstat (limited to 'src/plugins/fs/fs.c')
-rw-r--r-- | src/plugins/fs/fs.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/fs/fs.c b/src/plugins/fs/fs.c index 37bae3fd..6087312c 100644 --- a/src/plugins/fs/fs.c +++ b/src/plugins/fs/fs.c | |||
@@ -119,17 +119,17 @@ void init_fs() { | |||
119 | GtkWidget * tab; | 119 | GtkWidget * tab; |
120 | GtkWidget * book; | 120 | GtkWidget * book; |
121 | gint num; | 121 | gint num; |
122 | 122 | ||
123 | tab | 123 | tab |
124 | = glade_xml_get_widget(getMainXML(), | 124 | = glade_xml_get_widget(getMainXML(), |
125 | "fsnotebook"); | 125 | "fsnotebook"); |
126 | gtk_widget_show(tab); | 126 | gtk_widget_show(tab); |
127 | book | 127 | book |
128 | = glade_xml_get_widget(getMainXML(), "mainnotebook"); | 128 | = glade_xml_get_widget(getMainXML(), "mainnotebook"); |
129 | num = gtk_notebook_get_current_page(GTK_NOTEBOOK(book)); | 129 | num = gtk_notebook_get_current_page(GTK_NOTEBOOK(book)); |
130 | gtk_notebook_set_current_page(GTK_NOTEBOOK(book), 1); | 130 | gtk_notebook_set_current_page(GTK_NOTEBOOK(book), 1); |
131 | gtk_notebook_set_current_page(GTK_NOTEBOOK(book), num); | 131 | gtk_notebook_set_current_page(GTK_NOTEBOOK(book), num); |
132 | 132 | ||
133 | ctx = FSUI_start("gnunet-gtk", | 133 | ctx = FSUI_start("gnunet-gtk", |
134 | YES, | 134 | YES, |
135 | &eventProcessor, | 135 | &eventProcessor, |