| 70 |
70 |
| 71 static GtkWidget *config = NULL; |
71 static GtkWidget *config = NULL; |
| 72 static guint confighandle = 0; |
72 static guint confighandle = 0; |
| 73 static GtkWidget *reload = NULL; |
73 static GtkWidget *reload = NULL; |
| 74 static GtkWidget *unload = NULL; |
74 static GtkWidget *unload = NULL; |
| 75 static char *last_dir = NULL; |
75 extern char *last_dir; |
| 76 |
76 |
| 77 /* --------------- Function Declarations --------------------- */ |
77 /* --------------- Function Declarations --------------------- */ |
| 78 |
78 |
| 79 void show_plugins(GtkWidget *, gpointer); |
79 void show_plugins(GtkWidget *, gpointer); |
| 80 |
80 |