pidgin/plugins/spellchk.c

branch
soc.2013.gobjectification.plugins
changeset 36782
64936dae41a3
parent 36758
deee438dc431
parent 34955
854143116575
child 36926
d2c0c68a9816
equal deleted inserted replaced
36781:8fb558514134 36782:64936dae41a3
1972 g_value_unset(&bad_val); 1972 g_value_unset(&bad_val);
1973 g_free(tmpword); 1973 g_free(tmpword);
1974 1974
1975 purple_notify_error(NULL, _("Duplicate Correction"), 1975 purple_notify_error(NULL, _("Duplicate Correction"),
1976 _("The specified word already exists in the correction list."), 1976 _("The specified word already exists in the correction list."),
1977 gtk_entry_get_text(GTK_ENTRY(bad_entry))); 1977 gtk_entry_get_text(GTK_ENTRY(bad_entry)), NULL);
1978 return; 1978 return;
1979 } 1979 }
1980 1980
1981 g_value_unset(&bad_val); 1981 g_value_unset(&bad_val);
1982 1982

mercurial