r29574 - in /desktop/experimental/gnome-control-center/debian: changelog patches/02_https.patch patches/series

joss at users.alioth.debian.org joss at users.alioth.debian.org
Sun Sep 4 17:15:21 UTC 2011


Author: joss
Date: Sun Sep  4 17:15:21 2011
New Revision: 29574

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=29574
Log:
02_https.patch: patch from upstream git. Correctly register https 
scheme together with http.

Added:
    desktop/experimental/gnome-control-center/debian/patches/02_https.patch
Modified:
    desktop/experimental/gnome-control-center/debian/changelog
    desktop/experimental/gnome-control-center/debian/patches/series

Modified: desktop/experimental/gnome-control-center/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-control-center/debian/changelog?rev=29574&op=diff
==============================================================================
--- desktop/experimental/gnome-control-center/debian/changelog [utf-8] (original)
+++ desktop/experimental/gnome-control-center/debian/changelog [utf-8] Sun Sep  4 17:15:21 2011
@@ -14,6 +14,8 @@
     mode” switch, since we already provide a xsession file for it in 
     gnome-session-fallback.
   * Break gnome-power-manager < 3.0 because of the power panel.
+  * 02_https.patch: patch from upstream git. Correctly register https 
+    scheme together with http.
 
  -- Sjoerd Simons <sjoerd at debian.org>  Thu, 02 Jun 2011 20:34:08 -0700
 

Added: desktop/experimental/gnome-control-center/debian/patches/02_https.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-control-center/debian/patches/02_https.patch?rev=29574&op=file
==============================================================================
--- desktop/experimental/gnome-control-center/debian/patches/02_https.patch (added)
+++ desktop/experimental/gnome-control-center/debian/patches/02_https.patch [utf-8] Sun Sep  4 17:15:21 2011
@@ -1,0 +1,26 @@
+From 16ac093def54ee1adf7f293a85df3c6e2d0a26b4 Mon Sep 17 00:00:00 2001
+From: Alexandre Rostovtsev <tetromino at gmail.com>
+Date: Thu, 23 Jun 2011 04:05:34 +0000
+Subject: Fix https scheme handler app setting (bug #653211)
+
+default_app_changed() contains a typo: we need to set the https
+handler app when the user changes the http app chooser, not the
+(non-existent) https app chooser.
+---
+(limited to 'panels/info')
+
+diff --git a/panels/info/cc-info-panel.c b/panels/info/cc-info-panel.c
+index 2283896..f4dba1b 100644
+--- a/panels/info/cc-info-panel.c
++++ b/panels/info/cc-info-panel.c
+@@ -922,7 +922,7 @@ default_app_changed (GtkAppChooserButton *button,
+     }
+ 
+   /* Set https support for the browser as well */
+-  if (g_str_equal (content_type, "x-scheme-handler/https"))
++  if (g_str_equal (content_type, "x-scheme-handler/http"))
+     {
+       if (g_app_info_set_as_default_for_type (info, "x-scheme-handler/https", &error) == FALSE)
+         {
+--
+cgit v0.9.0.2

Modified: desktop/experimental/gnome-control-center/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-control-center/debian/patches/series?rev=29574&op=diff
==============================================================================
--- desktop/experimental/gnome-control-center/debian/patches/series [utf-8] (original)
+++ desktop/experimental/gnome-control-center/debian/patches/series [utf-8] Sun Sep  4 17:15:21 2011
@@ -1,2 +1,3 @@
 01_menu_category.patch
+02_https.patch
 90_force_fallback.patch




More information about the pkg-gnome-commits mailing list