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:
parent
2006d45e5b
commit
d6ba28d56d
2 changed files with 6 additions and 1 deletions
|
@ -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'
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue