[Pkg-xfce-commits] r1415 - in desktop/trunk/xfce4-terminal/debian: . patches

corsac-guest at alioth.debian.org corsac-guest at alioth.debian.org
Tue Nov 6 07:31:56 UTC 2007


Author: corsac-guest
Date: 2007-11-06 07:31:56 +0000 (Tue, 06 Nov 2007)
New Revision: 1415

Added:
   desktop/trunk/xfce4-terminal/debian/patches/02_dont-refresh-prefs-too-much.patch
Modified:
   desktop/trunk/xfce4-terminal/debian/changelog
Log:
don't poll terminalrc once a second but once a minute


Modified: desktop/trunk/xfce4-terminal/debian/changelog
===================================================================
--- desktop/trunk/xfce4-terminal/debian/changelog	2007-11-05 09:18:02 UTC (rev 1414)
+++ desktop/trunk/xfce4-terminal/debian/changelog	2007-11-06 07:31:56 UTC (rev 1415)
@@ -1,17 +1,20 @@
 xfce4-terminal (0.2.6-5) unstable; urgency=low
 
   [ Yves-Alexis Perez ]
-  * debian/rules: 
-    - transform program name to xfce4-terminal at configure time 
+  * debian/rules:
+    - transform program name to xfce4-terminal at configure time
     - rename Terminal.desktop to xfce4-terminal to avoid conflict with
-      Terminal.app.                                            closes: #446329 
+      Terminal.app.                                            closes: #446329
+  * debian/patches:
+    - added 02_dont-refresh-prefs-too-much: dont poll preferences once per
+    second.
 
   [ Simon Huggins ]
   * debian/control: Move fake Homepage field to a real one now dpkg
     supports it.
   * debian/rules: Fix up rename so that help works again.
 
- -- Simon Huggins <huggie at earth.li>  Sun, 21 Oct 2007 13:28:45 +0100
+ -- Yves-Alexis Perez <corsac at corsac.net>  Mon, 05 Nov 2007 15:31:26 +0100
 
 xfce4-terminal (0.2.6-4) unstable; urgency=low
   

Added: desktop/trunk/xfce4-terminal/debian/patches/02_dont-refresh-prefs-too-much.patch
===================================================================
--- desktop/trunk/xfce4-terminal/debian/patches/02_dont-refresh-prefs-too-much.patch	                        (rev 0)
+++ desktop/trunk/xfce4-terminal/debian/patches/02_dont-refresh-prefs-too-much.patch	2007-11-06 07:31:56 UTC (rev 1415)
@@ -0,0 +1,12 @@
+diff -ur Terminal-0.2.6.orig/terminal/terminal-monitor.c Terminal-0.2.6/terminal/terminal-monitor.c
+--- Terminal-0.2.6.orig/terminal/terminal-monitor.c	2007-01-20 15:30:51.000000000 +0100
++++ Terminal-0.2.6/terminal/terminal-monitor.c	2007-11-05 15:15:49.000000000 +0100
+@@ -339,7 +339,7 @@
+ 
+   if (G_UNLIKELY (monitor->idle_id == 0))
+     {
+-      monitor->idle_id = g_timeout_add_full (G_PRIORITY_LOW, 1000, terminal_monitor_idle,
++      monitor->idle_id = g_timeout_add_full (G_PRIORITY_LOW, 60*1000, terminal_monitor_idle,
+                                              monitor, terminal_monitor_idle_destroy);
+     }
+ }




More information about the Pkg-xfce-commits mailing list