r13428 - in /packages/unstable/gossip/debian: changelog patches/01_fix-help-menu.patch

nobse at users.alioth.debian.org nobse at users.alioth.debian.org
Sun Nov 11 10:56:49 UTC 2007


Author: nobse
Date: Sun Nov 11 10:56:49 2007
New Revision: 13428

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13428
Log:
Fix help menu.

Added:
    packages/unstable/gossip/debian/patches/01_fix-help-menu.patch
Modified:
    packages/unstable/gossip/debian/changelog

Modified: packages/unstable/gossip/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gossip/debian/changelog?rev=13428&op=diff
==============================================================================
--- packages/unstable/gossip/debian/changelog (original)
+++ packages/unstable/gossip/debian/changelog Sun Nov 11 10:56:49 2007
@@ -1,9 +1,11 @@
 gossip (1:0.28-1) unstable; urgency=low
 
   * New upstream release.
+  * New patch, 01_fix-help-menu.patch, to get the help menu back.
   * Remove patch 01_disable-smooth-scrolling.patch, fixed upstream.
-
- -- Norbert Tretkowski <nobse at debian.org>  Sun, 11 Nov 2007 11:16:00 +0100
+  * Add --enable-scrollkeeper to build options.
+
+ -- Norbert Tretkowski <nobse at debian.org>  Sun, 11 Nov 2007 11:55:23 +0100
 
 gossip (1:0.27-4) unstable; urgency=low
 

Added: packages/unstable/gossip/debian/patches/01_fix-help-menu.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gossip/debian/patches/01_fix-help-menu.patch?rev=13428&op=file
==============================================================================
--- packages/unstable/gossip/debian/patches/01_fix-help-menu.patch (added)
+++ packages/unstable/gossip/debian/patches/01_fix-help-menu.patch Sun Nov 11 10:56:49 2007
@@ -1,0 +1,14 @@
+diff -Nur gossip-0.28.orig/src/gossip-app.c gossip-0.28/src/gossip-app.c
+--- gossip-0.28.orig/src/gossip-app.c	2007-11-10 14:58:06.000000000 +0100
++++ gossip-0.28/src/gossip-app.c	2007-11-11 11:54:20.000000000 +0100
+@@ -821,10 +821,6 @@
+ 	gtk_widget_hide (priv->chat_context);
+ 	gtk_widget_hide (priv->chat_context_separator);
+ 
+-#ifndef HAVE_HELP
+-	gtk_widget_hide (help_contents);
+-#endif
+-
+ 	/* Set up connection related widgets. */
+ 	app_connection_items_setup (glade);
+ 	g_object_unref (glade);




More information about the pkg-gnome-commits mailing list