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:
Martin Stránský 2009-07-23 09:27:09 -07:00
Родитель 577adb3056
Коммит 4c53994fd8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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