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
|
@ -1,3 +1,9 @@
|
||||||
|
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.
|
||||||
|
|
||||||
2003-02-02 Yanko Kaneti <yaneti@declera.com>
|
2003-02-02 Yanko Kaneti <yaneti@declera.com>
|
||||||
|
|
||||||
* Makefile.am (EXTRA_DIST): add fontilus.server.in.in
|
* Makefile.am (EXTRA_DIST): add fontilus.server.in.in
|
||||||
|
|
|
@ -90,7 +90,7 @@ handle_event(BonoboListener *listener, const gchar *event_name,
|
||||||
if (!font_name) goto end;
|
if (!font_name) goto end;
|
||||||
|
|
||||||
/* set font */
|
/* set font */
|
||||||
if (!strcmp(event_name, "UseAsApplicationFont")) {
|
if (!strcmp(event_name, "SetAsApplicationFont")) {
|
||||||
gchar *curval, *newval;
|
gchar *curval, *newval;
|
||||||
|
|
||||||
curval = gconf_client_get_string(default_client,
|
curval = gconf_client_get_string(default_client,
|
||||||
|
|
|
@ -29,6 +29,6 @@
|
||||||
</oaf_attribute>
|
</oaf_attribute>
|
||||||
<oaf_attribute name="nautilus:context_menu_handler" type="boolean" value="true" />
|
<oaf_attribute name="nautilus:context_menu_handler" type="boolean" value="true" />
|
||||||
<oaf_attribute name="nautilus:can_handle_multiple_files" type="boolean" value="false" />
|
<oaf_attribute name="nautilus:can_handle_multiple_files" type="boolean" value="false" />
|
||||||
<oaf_attribute name="nautilusverb:UseAsApplicationFont" type="string" _value="Use as application font" />
|
<oaf_attribute name="nautilusverb:SetAsApplicationFont" type="string" _value="Set as Application Font" />
|
||||||
</oaf_server>
|
</oaf_server>
|
||||||
</oaf_info>
|
</oaf_info>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue