From dcbd889c1b8ce2511d87765728d768aa220b5ab0 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Wed, 30 Mar 2022 14:02:48 -0400 Subject: lw 98.0 stackrpms rc1 --- .../Set-program-name-from-the-remoting-name.patch | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 librewolf/debian/patches/debian-hacks/Set-program-name-from-the-remoting-name.patch (limited to 'librewolf/debian/patches/debian-hacks/Set-program-name-from-the-remoting-name.patch') diff --git a/librewolf/debian/patches/debian-hacks/Set-program-name-from-the-remoting-name.patch b/librewolf/debian/patches/debian-hacks/Set-program-name-from-the-remoting-name.patch deleted file mode 100644 index 3887128..0000000 --- a/librewolf/debian/patches/debian-hacks/Set-program-name-from-the-remoting-name.patch +++ /dev/null @@ -1,21 +0,0 @@ -From: Mike Hommey -Date: Sun, 5 Feb 2017 08:41:22 +0900 -Subject: Set program name from the remoting name - ---- - toolkit/xre/nsAppRunner.cpp | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp -index 60ea696..f708e50 100644 ---- a/toolkit/xre/nsAppRunner.cpp -+++ b/toolkit/xre/nsAppRunner.cpp -@@ -4300,7 +4300,7 @@ int XREMain::XRE_mainStartup(bool* aExitFlag) { - - // Set program name to the one defined in application.ini. - { -- nsAutoCString program(gAppData->name); -+ nsAutoCString program(gAppData->remotingName); - ToLowerCase(program); - g_set_prgname(program.get()); - } -- cgit