diff options
author | Christian Grothoff <christian@grothoff.org> | 2006-11-11 22:28:57 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2006-11-11 22:28:57 +0000 |
commit | 9820796e92bf9870ac0085c4dee0ec68a313d8b1 (patch) | |
tree | 8d58988151cae117fe7073251a0325d9af2b74fa | |
parent | 77cd5b89fbbea9bdaff72c68323865fd9d4269e7 (diff) | |
download | gnunet-gtk-9820796e92bf9870ac0085c4dee0ec68a313d8b1.tar.gz gnunet-gtk-9820796e92bf9870ac0085c4dee0ec68a313d8b1.zip |
blanks
-rw-r--r-- | src/plugins/fs/fs.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/fs/fs.c b/src/plugins/fs/fs.c index 9d29b4be..bd651ecf 100644 --- a/src/plugins/fs/fs.c +++ b/src/plugins/fs/fs.c | |||
@@ -415,8 +415,6 @@ static void fs_summary_stop() { | |||
415 | 415 | ||
416 | } | 416 | } |
417 | 417 | ||
418 | |||
419 | |||
420 | void init_fs(struct GE_Context * e, | 418 | void init_fs(struct GE_Context * e, |
421 | struct GC_Configuration * c) { | 419 | struct GC_Configuration * c) { |
422 | GtkWidget * tab; | 420 | GtkWidget * tab; |
@@ -434,7 +432,6 @@ void init_fs(struct GE_Context * e, | |||
434 | num = gtk_notebook_get_current_page(GTK_NOTEBOOK(book)); | 432 | num = gtk_notebook_get_current_page(GTK_NOTEBOOK(book)); |
435 | gtk_notebook_set_current_page(GTK_NOTEBOOK(book), 1); | 433 | gtk_notebook_set_current_page(GTK_NOTEBOOK(book), 1); |
436 | gtk_notebook_set_current_page(GTK_NOTEBOOK(book), num); | 434 | gtk_notebook_set_current_page(GTK_NOTEBOOK(book), num); |
437 | |||
438 | fs_summary_start(); | 435 | fs_summary_start(); |
439 | fs_collection_start(); | 436 | fs_collection_start(); |
440 | fs_namespace_start(); | 437 | fs_namespace_start(); |