property is called "focus-on-map", not "set-focus-on-map"

2007-01-30  Jens Granseuer  <jensgr@gmx.net>
                                          
        * gsd-media-keys-window.c: (gsd_media_keys_window_new): property
        is called "focus-on-map", not "set-focus-on-map"

svn path=/trunk/; revision=7209
This commit is contained in:
Jens Granseuer 2007-01-30 20:54:46 +00:00 committed by Jens Granseuer
parent 2006d45e5b
commit d6ba28d56d
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-01-30 Jens Granseuer <jensgr@gmx.net>
* gsd-media-keys-window.c: (gsd_media_keys_window_new): property
is called "focus-on-map", not "set-focus-on-map"
2007-01-30 Jens Granseuer <jensgr@gmx.net>
* actions/acme-volume-gstreamer.c: (update_state): initialize 'vol'

View file

@ -649,7 +649,7 @@ gsd_media_keys_window_new (void)
"type", GTK_WINDOW_POPUP,
"skip-taskbar-hint", TRUE,
"skip-pager-hint", TRUE,
"set-focus-on-map", FALSE,
"focus-on-map", FALSE,
NULL);
return GTK_WIDGET (object);