* added applet initialization into applet-wrapper
[simple-launcher] / simple-launcher.h
index 5b1a03f..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);
@@ -82,3 +82,5 @@ private:
 };
 
 #endif
+
+// vim:ts=2:sw=2:et