зеркало из https://github.com/mozilla/gecko-dev.git
Bug 453689 - "Firefox needs to register the proper name with session management for restart" (change "MOZILLA_APP_LAUNCHER" -> "MOZ_APP_LAUNCHER") [r=bsmedberg]
This commit is contained in:
Родитель
577adb3056
Коммит
4c53994fd8
|
@ -157,7 +157,7 @@ gboolean save_yourself_cb(GnomeClient *client, gint phase,
|
|||
}
|
||||
|
||||
// Is there a request to suppress default binary launcher?
|
||||
char* argv1 = getenv("MOZILLA_APP_LAUNCHER");
|
||||
char* argv1 = getenv("MOZ_APP_LAUNCHER");
|
||||
|
||||
if(!argv1) {
|
||||
// Tell GNOME the command for restarting us so that we can be part of XSMP session restore
|
||||
|
|
Загрузка…
Ссылка в новой задаче