Revision: 594 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=594&view=rev Author: eht16 Date: 2009-04-17 13:39:58 +0000 (Fri, 17 Apr 2009)
Log Message: ----------- Fix double declaration of sc_gui_update_editor_menu_cb() (oops).
Modified Paths: -------------- trunk/spellcheck/src/gui.h
Modified: trunk/spellcheck/src/gui.h =================================================================== --- trunk/spellcheck/src/gui.h 2009-04-17 13:38:19 UTC (rev 593) +++ trunk/spellcheck/src/gui.h 2009-04-17 13:39:58 UTC (rev 594) @@ -28,9 +28,6 @@
-void sc_gui_update_editor_menu_cb(GObject *obj, const gchar *word, gint pos, - GeanyDocument *doc, gpointer user_data); - gboolean sc_gui_key_release_cb(GtkWidget *widget, GdkEventKey *ev, gpointer user_data);
gboolean sc_gui_key_release_cb(GtkWidget *widget, GdkEventKey *ev, gpointer data);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org