r40123 - in /packages/unstable/xchat-gnome/debian: changelog patches/04_no_spellcheck.patch patches/series

joss at users.alioth.debian.org joss at users.alioth.debian.org
Sat Oct 26 20:21:21 UTC 2013


Author: joss
Date: Sat Oct 26 20:21:20 2013
New Revision: 40123

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=40123
Log:
04_no_spellcheck.patch: disable the spellcheck preferences page 
instead of showing a bogus message.

Added:
    packages/unstable/xchat-gnome/debian/patches/04_no_spellcheck.patch
Modified:
    packages/unstable/xchat-gnome/debian/changelog
    packages/unstable/xchat-gnome/debian/patches/series

Modified: packages/unstable/xchat-gnome/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/xchat-gnome/debian/changelog?rev=40123&op=diff
==============================================================================
--- packages/unstable/xchat-gnome/debian/changelog	[utf-8] (original)
+++ packages/unstable/xchat-gnome/debian/changelog	[utf-8] Sat Oct 26 20:21:20 2013
@@ -6,6 +6,8 @@
     that remove entirely tab completion.
   * 03_scroll_wheel.patch: new patch. Let scroll events be received by 
     the widget.
+  * 04_no_spellcheck.patch: disable the spellcheck preferences page 
+    instead of showing a bogus message.
 
  -- Josselin Mouette <joss at debian.org>  Sat, 26 Oct 2013 22:08:18 +0200
 

Added: packages/unstable/xchat-gnome/debian/patches/04_no_spellcheck.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/xchat-gnome/debian/patches/04_no_spellcheck.patch?rev=40123&op=file
==============================================================================
--- packages/unstable/xchat-gnome/debian/patches/04_no_spellcheck.patch	(added)
+++ packages/unstable/xchat-gnome/debian/patches/04_no_spellcheck.patch	[utf-8] Sat Oct 26 20:21:20 2013
@@ -0,0 +1,24 @@
+Index: xchat-gnome-0.30.0~git20131003.d20b8d/src/fe-gnome/preferences-dialog.c
+===================================================================
+--- xchat-gnome-0.30.0~git20131003.d20b8d.orig/src/fe-gnome/preferences-dialog.c	2013-10-26 22:12:03.499640389 +0200
++++ xchat-gnome-0.30.0~git20131003.d20b8d/src/fe-gnome/preferences-dialog.c	2013-10-26 22:13:51.631663669 +0200
+@@ -74,11 +74,6 @@ preferences_dialog_dispose (GObject *obj
+ 	}
+ #endif
+ 
+-	if (p->spellcheck_page) {
+-		g_object_unref (p->spellcheck_page);
+-		p->spellcheck_page = NULL;
+-	}
+-
+ 	if (p->gconf) {
+ 		g_object_unref (p->gconf);
+ 		p->gconf = NULL;
+@@ -231,7 +226,6 @@ preferences_dialog_init (PreferencesDial
+ 	g_signal_connect (G_OBJECT (select), "changed", G_CALLBACK (page_selection_changed), p);
+ 
+ 	p->irc_page      = preferences_page_irc_new      (p, xml);
+-	p->spellcheck_page= preferences_page_spellcheck_new (p,xml);
+ 	p->colors_page   = preferences_page_colors_new   (p, xml);
+ 	p->dcc_page      = preferences_page_dcc_new      (p, xml);
+ 	p->networks_page = preferences_page_networks_new (p, xml);

Modified: packages/unstable/xchat-gnome/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/xchat-gnome/debian/patches/series?rev=40123&op=diff
==============================================================================
--- packages/unstable/xchat-gnome/debian/patches/series	[utf-8] (original)
+++ packages/unstable/xchat-gnome/debian/patches/series	[utf-8] Sat Oct 26 20:21:20 2013
@@ -1,5 +1,6 @@
 01_finish_gtk3_port.patch
 02_bring_back_completion.patch
 03_scroll_wheel.patch
+04_no_spellcheck.patch
 120-fix-clipboard-segfault.patch
 define_functions_fix_build.patch




More information about the pkg-gnome-commits mailing list