gnome-shell/js
Florian Müllner 28d098394a panel: Fix a JS warning
We need to track the open-status of indicator menus, but don't want
to hook up signals more than once, so we check for the handler ID
we store on the object. As the property is only defined once we did
set up the signal connection, this check now logs a warning. We
can avoid it by checking for the existence of the property rather
than a particular value.

https://bugzilla.gnome.org/show_bug.cgi?id=781471
2017-07-13 17:23:54 +02:00
..
extensionPrefs extensionPrefs: Avoid a runtime warning 2017-04-20 19:18:23 +02:00
gdm Initialize properties in _init() 2017-07-13 17:23:54 +02:00
misc util: Force text direction of time strings 2017-07-05 16:49:04 +02:00
perf Revert accidental commit "Test stuff" 2014-09-03 13:47:18 -04:00
portalHelper portalHelper: Fix auth URI not being passed to window 2017-05-31 16:51:05 +02:00
ui panel: Fix a JS warning 2017-07-13 17:23:54 +02:00
js-resources.gresource.xml location: Split out PermissionStore 2017-03-20 19:02:08 +01:00
Makefile.am Use the versioned libmutter*.so versions 2017-02-14 11:23:09 +08:00