gnome-shell/js
Stefan 'psYchotic' Zwanenburg 36eb745ecc PlacesManager: fix .gtk-bookmarks monitor scope
The GFileMonitor on ~/.gtk-bookmarks was block-scoped in the
PlacesManager._init() function, which caused it to be destroyed as soon
as the constructor was done. This caused changes in bookmarks to never
be notified to possible watchers (such as the places-menu extension).
To fix this, the 'monitor' variable has been promoted to an object
instance member.

https://bugzilla.gnome.org/show_bug.cgi?id=661921
2011-10-18 14:03:36 -04:00
..
gdm gdm: move focus to first item in list 2011-10-17 20:49:04 -04:00
misc *.js: Make emacs modelines consistent 2011-10-11 08:05:12 -04:00
perf *.js: Make emacs modelines consistent 2011-10-11 08:05:12 -04:00
ui PlacesManager: fix .gtk-bookmarks monitor scope 2011-10-18 14:03:36 -04:00
Makefile.am shell-entry: Add API to support entry context menus 2011-10-17 15:29:32 +02:00