gfio: set notebook label to base filename
[fio.git] / gfio.h
diff --git a/gfio.h b/gfio.h
index 4a602926c4c29a056d4c7229c73e73d41dd2d7aa..dd4ee3d8833f2c4745b31f15104941ef4893dfec 100644 (file)
--- a/gfio.h
+++ b/gfio.h
@@ -3,7 +3,6 @@
 
 #include <gtk/gtk.h>
 
-#include "flist.h"
 #include "stat.h"
 #include "thread_options.h"
 #include "ghelpers.h"
@@ -68,7 +67,7 @@ struct gui {
        pthread_t t;
        int handler_running;
 
-       struct flist_head list;
+       GHashTable *ge_hash;
 } main_ui;
 
 enum {
@@ -91,7 +90,6 @@ enum {
  * Notebook entry
  */
 struct gui_entry {
-       struct flist_head list;
        struct gui *ui;
 
        GtkWidget *vbox;