r16804 - in /desktop/unstable/gnome-system-tools/debian: changelog control patches/63_hosts_crash.patch patches/series

joss at users.alioth.debian.org joss at users.alioth.debian.org
Fri Aug 22 14:51:23 UTC 2008


Author: joss
Date: Fri Aug 22 14:51:23 2008
New Revision: 16804

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=16804
Log:
63_hosts_crash.patch: fix a crash when editing a host.
Closes: #492653.

Added:
    desktop/unstable/gnome-system-tools/debian/patches/63_hosts_crash.patch
Modified:
    desktop/unstable/gnome-system-tools/debian/changelog
    desktop/unstable/gnome-system-tools/debian/control
    desktop/unstable/gnome-system-tools/debian/patches/series

Modified: desktop/unstable/gnome-system-tools/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-system-tools/debian/changelog?rev=16804&op=diff
==============================================================================
--- desktop/unstable/gnome-system-tools/debian/changelog (original)
+++ desktop/unstable/gnome-system-tools/debian/changelog Fri Aug 22 14:51:23 2008
@@ -10,6 +10,8 @@
     in /etc/network/interfaces when needed. Closes: #488250.
   * 62_postgresql.patch: add postgresql-8.3 to supported databases.
     Closes: #492355.
+  * 63_hosts_crash.patch: fix a crash when editing a host.
+    Closes: #492653.
 
  -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Tue, 08 Jul 2008 18:25:17 +0200
 

Modified: desktop/unstable/gnome-system-tools/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-system-tools/debian/control?rev=16804&op=diff
==============================================================================
--- desktop/unstable/gnome-system-tools/debian/control (original)
+++ desktop/unstable/gnome-system-tools/debian/control Fri Aug 22 14:51:23 2008
@@ -2,7 +2,7 @@
 Section: gnome
 Priority: optional
 Maintainer: Jose Carlos Garcia Sogo <jsogo at debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Deng Xiyue <manphiz-guest at users.alioth.debian.org>, Josselin Mouette <joss at debian.org>, Loic Minier <lool at dooz.org>,
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Deng Xiyue <manphiz-guest at users.alioth.debian.org>, Emilio Pozuelo Monfort <pochu at ubuntu.com>, Josselin Mouette <joss at debian.org>, Loic Minier <lool at dooz.org>,
            Niv Sardi <xaiki at debian.org>
 Build-Depends: cdbs (>= 0.4.41),
                autotools-dev,

Added: desktop/unstable/gnome-system-tools/debian/patches/63_hosts_crash.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-system-tools/debian/patches/63_hosts_crash.patch?rev=16804&op=file
==============================================================================
--- desktop/unstable/gnome-system-tools/debian/patches/63_hosts_crash.patch (added)
+++ desktop/unstable/gnome-system-tools/debian/patches/63_hosts_crash.patch Fri Aug 22 14:51:23 2008
@@ -1,0 +1,16 @@
+Debian #492653
+GNOME #549010
+
+Index: gnome-system-tools-2.22.0/src/network/hosts.c
+===================================================================
+--- gnome-system-tools-2.22.0.orig/src/network/hosts.c	2008-08-22 16:40:59.807834936 +0200
++++ gnome-system-tools-2.22.0/src/network/hosts.c	2008-08-22 16:41:19.701899474 +0200
+@@ -358,7 +358,7 @@
+ 
+   if (iter)
+     {
+-      list = GST_NETWORK_TOOL (tool)->host_aliases_list;
++      list = network_tool->host_aliases_list;
+       model = gtk_tree_view_get_model (list);
+ 
+       gtk_tree_model_get (model, iter,

Modified: desktop/unstable/gnome-system-tools/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-system-tools/debian/patches/series?rev=16804&op=diff
==============================================================================
--- desktop/unstable/gnome-system-tools/debian/patches/series (original)
+++ desktop/unstable/gnome-system-tools/debian/patches/series Fri Aug 22 14:51:23 2008
@@ -5,3 +5,4 @@
 60_save_crash.patch
 61_network_auto.patch
 62_postgresql.patch
+63_hosts_crash.patch




More information about the pkg-gnome-commits mailing list