GNOME Bugzilla – Bug 610039
[main.js] Don't handle panel-run-dialog twice
Last modified: 2010-02-16 15:52:03 UTC
Currently we have two handlers for panel-run-dialog that both do pretty much the same. I don't see a reason why we need both (removing one does not fix or break anything but it looks odd to me).
Created attachment 153865 [details] [review] [main.js] Don't handle panel-run-dialog twice
Created attachment 153867 [details] [review] Remove panel-run-dialog handling from shell-global Remove it from shell-global too.
Comment on attachment 153867 [details] [review] Remove panel-run-dialog handling from shell-global looks good, but you can get rid of the panel-main-menu signal too while you're at it (in both main.js and shell-global.c)
Comment on attachment 153867 [details] [review] Remove panel-run-dialog handling from shell-global Pushed as 4749393 with additions from Comment 3.