pidgin/plugins/spellchk.c

changeset 21127
c6347aed1fb0
parent 21106
b85fbef13eed
child 22104
56970903b8e9
child 22139
f0f4a10114ea
equal deleted inserted replaced
21126:a90edce62548 21127:c6347aed1fb0
2339 pidgin_prefs_checkbox(_("Enable replacement of last word on send"), 2339 pidgin_prefs_checkbox(_("Enable replacement of last word on send"),
2340 "/plugins/gtk/spellchk/last_word_replace", vbox); 2340 "/plugins/gtk/spellchk/last_word_replace", vbox);
2341 #endif 2341 #endif
2342 2342
2343 gtk_widget_show_all(ret); 2343 gtk_widget_show_all(ret);
2344 g_object_unref(sg);
2345 g_object_unref(sg2);
2344 return ret; 2346 return ret;
2345 } 2347 }
2346 2348
2347 static PidginPluginUiInfo ui_info = 2349 static PidginPluginUiInfo ui_info =
2348 { 2350 {

mercurial