r17355 - in /desktop/unstable/epiphany-browser/debian: certManager.js changelog

joss at users.alioth.debian.org joss at users.alioth.debian.org
Tue Oct 28 11:57:13 UTC 2008


Author: joss
Date: Tue Oct 28 11:57:13 2008
New Revision: 17355

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17355
Log:
certManager.js: fix JS variable declaration.

Modified:
    desktop/unstable/epiphany-browser/debian/certManager.js
    desktop/unstable/epiphany-browser/debian/changelog

Modified: desktop/unstable/epiphany-browser/debian/certManager.js
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/epiphany-browser/debian/certManager.js?rev=17355&op=diff
==============================================================================
--- desktop/unstable/epiphany-browser/debian/certManager.js (original)
+++ desktop/unstable/epiphany-browser/debian/certManager.js Tue Oct 28 11:57:13 2008
@@ -454,6 +454,7 @@
   var selTab = document.getElementById('certMgrTabbox').selectedItem;
   var selTabID = selTab.getAttribute('id');
   var t;
+  var confirmtext;
 
   if (selTabID == 'mine_tab') 
   {

Modified: desktop/unstable/epiphany-browser/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/epiphany-browser/debian/changelog?rev=17355&op=diff
==============================================================================
--- desktop/unstable/epiphany-browser/debian/changelog (original)
+++ desktop/unstable/epiphany-browser/debian/changelog Tue Oct 28 11:57:13 2008
@@ -1,3 +1,9 @@
+epiphany-browser (2.22.3-7) UNRELEASED; urgency=low
+
+  * certManager.js: fix JS variable declaration.
+
+ -- Josselin Mouette <joss at debian.org>  Tue, 28 Oct 2008 12:56:50 +0100
+
 epiphany-browser (2.22.3-6) unstable; urgency=low
 
   * The OMGWTFBBQ release.




More information about the pkg-gnome-commits mailing list