change verb name and menu item label.
2003-02-04 James Henstridge <james@daa.com.au> * src/fontilus.server.in.in: change verb name and menu item label. * src/fontilus-context-menu.c (handle_event): change verb name.
This commit is contained in:
parent
6f99d98345
commit
d795f5b45c
3 changed files with 8 additions and 2 deletions
|
@ -90,7 +90,7 @@ handle_event(BonoboListener *listener, const gchar *event_name,
|
|||
if (!font_name) goto end;
|
||||
|
||||
/* set font */
|
||||
if (!strcmp(event_name, "UseAsApplicationFont")) {
|
||||
if (!strcmp(event_name, "SetAsApplicationFont")) {
|
||||
gchar *curval, *newval;
|
||||
|
||||
curval = gconf_client_get_string(default_client,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue