Revision: 987 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=987&view=rev Author: eht16 Date: 2009-10-12 19:11:45 +0000 (Mon, 12 Oct 2009)
Log Message: ----------- Fix wrong cast for Geany 0.18
Modified Paths: -------------- branches/geany-plugins/geany-plugins-0.18/spellcheck/src/scplugin.c
Modified: branches/geany-plugins/geany-plugins-0.18/spellcheck/src/scplugin.c =================================================================== --- branches/geany-plugins/geany-plugins-0.18/spellcheck/src/scplugin.c 2009-10-11 20:42:41 UTC (rev 986) +++ branches/geany-plugins/geany-plugins-0.18/spellcheck/src/scplugin.c 2009-10-12 19:11:45 UTC (rev 987) @@ -264,7 +264,7 @@ gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0);
entry_dir = gtk_entry_new(); - ui_entry_add_clear_icon(GTK_ENTRY(entry_dir)); + ui_entry_add_clear_icon(GTK_WIDGET(entry_dir)); gtk_label_set_mnemonic_widget(GTK_LABEL(label), entry_dir); ui_widget_set_tooltip_text(entry_dir, _("Read additional dictionary files from this directory. "
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org