* added applet initialization into applet-wrapper
[simple-launcher] / simple-launcher.h
index a10fadb..9bd6407 100644 (file)
@@ -32,7 +32,7 @@ public:
   SimpleLauncherApplet(const std::string&);
  ~SimpleLauncherApplet();
 
-  bool doInit(void *state_data, int *state_size);
+  bool doInit();
 
   int saveState(void **state_data, int *state_size);
   GtkWidget *settings(GtkWindow *parent);