r40786 - in /desktop/experimental/epiphany-browser/debian: changelog patches/00_epiphany-browser.patch

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Mon Mar 3 10:13:56 UTC 2014


Author: pochu
Date: Mon Mar  3 10:13:55 2014
New Revision: 40786

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=40786
Log:
* debian/patches/00_epiphany-browser.patch:
  + Don't change the prgname when running in webapp mode.

Modified:
    desktop/experimental/epiphany-browser/debian/changelog
    desktop/experimental/epiphany-browser/debian/patches/00_epiphany-browser.patch

Modified: desktop/experimental/epiphany-browser/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/epiphany-browser/debian/changelog?rev=40786&op=diff
==============================================================================
--- desktop/experimental/epiphany-browser/debian/changelog	[utf-8] (original)
+++ desktop/experimental/epiphany-browser/debian/changelog	[utf-8] Mon Mar  3 10:13:55 2014
@@ -3,6 +3,8 @@
   * debian/rules:
     + Rename epiphany.desktop to epiphany-browser.desktop again,
       accidentally removed in 3.8.2-2 while removing epiphany-newtab.desktop.
+  * debian/patches/00_epiphany-browser.patch:
+    + Don't change the prgname when running in webapp mode.
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Wed, 04 Dec 2013 16:07:50 +0100
 

Modified: desktop/experimental/epiphany-browser/debian/patches/00_epiphany-browser.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/epiphany-browser/debian/patches/00_epiphany-browser.patch?rev=40786&op=diff
==============================================================================
--- desktop/experimental/epiphany-browser/debian/patches/00_epiphany-browser.patch	[utf-8] (original)
+++ desktop/experimental/epiphany-browser/debian/patches/00_epiphany-browser.patch	[utf-8] Mon Mar  3 10:13:55 2014
@@ -31,15 +31,6 @@
                                       N_("Web"),
                                       N_("Web options"),
                                       NULL, NULL);
-@@ -454,7 +454,7 @@
-       /* Skip the 'app-' part */
-       app_name += strlen (EPHY_WEB_APP_PREFIX);
- 
--      g_set_prgname (app_name);
-+      g_set_prgname ("epiphany-browser");
-       g_set_application_name (app_name);
- 
-       gtk_window_set_default_icon_from_file (app_icon, NULL);
 @@ -474,7 +474,7 @@
    } else {
      mode = EPHY_EMBED_SHELL_MODE_BROWSER;




More information about the pkg-gnome-commits mailing list