r797 - in /unstable/evolution/debian: changelog patches/30_mute-alarm-notify.patch

oysteigi-guest at users.alioth.debian.org oysteigi-guest at users.alioth.debian.org
Sat May 12 21:15:41 UTC 2007


Author: oysteigi-guest
Date: Sat May 12 21:15:41 2007
New Revision: 797

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=797
Log:
* 30_mute-alarm-notify.patch: Mute noisy debug output from evolution-
  alarm-notify
* 35_unversioned-help.patch: Link help menu to unversioned help file
  (closes: #423060)

Added:
    unstable/evolution/debian/patches/30_mute-alarm-notify.patch
Modified:
    unstable/evolution/debian/changelog

Modified: unstable/evolution/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution/debian/changelog?rev=797&op=diff
==============================================================================
--- unstable/evolution/debian/changelog (original)
+++ unstable/evolution/debian/changelog Sat May 12 21:15:41 2007
@@ -7,8 +7,12 @@
   * 20_minicard-email-colon.patch: Fix for missing row columns in
     contacts minicard view (bugzilla #404239)
   * 25_mute-debug-messages.patch: Mute console noise from plugins
-
- -- Oystein Gisnas <oystein at gisnas.net>  Sun, 06 May 2007 12:46:06 +0200
+  * 30_mute-alarm-notify.patch: Mute noisy debug output from evolution-
+    alarm-notify
+  * 35_unversioned-help.patch: Link help menu to unversioned help file
+    (closes: #423060)
+
+ -- Oystein Gisnas <oystein at gisnas.net>  Sat, 12 May 2007 23:15:20 +0200
 
 evolution (2.10.1-1) unstable; urgency=low
 

Added: unstable/evolution/debian/patches/30_mute-alarm-notify.patch
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution/debian/patches/30_mute-alarm-notify.patch?rev=797&op=file
==============================================================================
--- unstable/evolution/debian/patches/30_mute-alarm-notify.patch (added)
+++ unstable/evolution/debian/patches/30_mute-alarm-notify.patch Sat May 12 21:15:41 2007
@@ -1,0 +1,24 @@
+diff -Nur evolution-2.10.1/calendar/gui/alarm-notify/alarm-notify.c evolution-2.10.1.new/calendar/gui/alarm-notify/alarm-notify.c
+--- evolution-2.10.1/calendar/gui/alarm-notify/alarm-notify.c	2007-04-09 15:10:29.000000000 +0200
++++ evolution-2.10.1.new/calendar/gui/alarm-notify/alarm-notify.c	2007-05-10 19:35:05.000000000 +0200
+@@ -49,7 +49,7 @@
+ EMsgPort *alarm_reply_port;
+ static GIOChannel *alarm_reply_channel;
+ 
+-#define d(x) x
++#define d(x)
+ 
+ 
+ static void alarm_notify_class_init (AlarmNotifyClass *klass);
+diff -Nur evolution-2.10.1/calendar/gui/alarm-notify/alarm-queue.c evolution-2.10.1.new/calendar/gui/alarm-notify/alarm-queue.c
+--- evolution-2.10.1/calendar/gui/alarm-notify/alarm-queue.c	2007-04-09 15:10:29.000000000 +0200
++++ evolution-2.10.1.new/calendar/gui/alarm-notify/alarm-queue.c	2007-05-10 19:35:10.000000000 +0200
+@@ -83,7 +83,7 @@
+ 
+ 
+ 
+-#define d(x) x
++#define d(x)
+ 
+ /* The dialog with alarm nofications */
+ static AlarmNotificationsDialog *alarm_notifications_dialog = NULL;




More information about the pkg-evolution-commits mailing list