runDialog: Reload resource on 'rt'

Moving the default theme to a resource broke the 'rt' command;
reload the resource before the theme to fix it.

https://bugzilla.gnome.org/show_bug.cgi?id=738942
This commit is contained in:
Florian Müllner
2015-10-21 19:27:19 +02:00
parent da8155cbe5
commit 0b9e68e305
2 changed files with 11 additions and 3 deletions

View File

@ -61,6 +61,7 @@ const RunDialog = new Lang.Class({
// rt is short for "reload theme"
'rt': Lang.bind(this, function() {
Main.reloadThemeResource();
Main.loadTheme();
})
};