~indicator-applet-developers/evolution-indicator/ubuntu

« back to all changes in this revision

Viewing changes to debian/patches/01_no_debug_spamming.patch

  • Committer: Ted Gould
  • Date: 2011-01-14 20:43:13 UTC
  • mfrom: (65.1.10 ubuntu)
  • Revision ID: ted@gould.cx-20110114204313-sxiyp8ei3wfq5ryn
Sync with Ubuntu Desktop

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff -Nur -x '*.orig' -x '*~' evolution-indicator-0.2.7/src/evolution-indicator.c evolution-indicator-0.2.7.new/src/evolution-indicator.c
2
 
--- evolution-indicator-0.2.7/src/evolution-indicator.c 2010-03-23 02:37:44.000000000 +0100
3
 
+++ evolution-indicator-0.2.7.new/src/evolution-indicator.c     2010-03-23 02:53:32.000000000 +0100
4
 
@@ -684,11 +682,19 @@
 
1
diff -Nur -x '*.orig' -x '*~' ubuntu//src/evolution-indicator.c ubuntu.new//src/evolution-indicator.c
 
2
--- ubuntu//src/evolution-indicator.c   2010-06-22 15:17:26.421431000 +0200
 
3
+++ ubuntu.new//src/evolution-indicator.c       2010-06-22 15:30:01.396114034 +0200
 
4
@@ -685,11 +685,19 @@
5
5
        return;
6
6
 }
7
7
 
8
8
+void no_debug_log (const gchar *log_domain, GLogLevelFlags log_level,
9
9
+                    const gchar *message, gpointer user_data)
10
10
+{
11
 
+       return;
 
11
+       return;
12
12
+}
13
13
+
14
14
 int
15
 
 e_plugin_lib_enable (EPluginLib *ep, int enable)
 
15
 e_plugin_lib_enable (EPlugin *ep, int enable)
16
16
 {
17
17
   is_active = enable;
18
18