r41411 - in /desktop/unstable/gnome-system-log/debian: changelog patches/02_no_timestamp_styling.patch patches/series

ah at users.alioth.debian.org ah at users.alioth.debian.org
Sat Apr 26 10:50:08 UTC 2014


Author: ah
Date: Sat Apr 26 10:50:08 2014
New Revision: 41411

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=41411
Log:
Add debian/patches/02_no_timestamp_styling.patch (Closes: #740908)

Added:
    desktop/unstable/gnome-system-log/debian/patches/02_no_timestamp_styling.patch
Modified:
    desktop/unstable/gnome-system-log/debian/changelog
    desktop/unstable/gnome-system-log/debian/patches/series

Modified: desktop/unstable/gnome-system-log/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-system-log/debian/changelog?rev=41411&op=diff
==============================================================================
--- desktop/unstable/gnome-system-log/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-system-log/debian/changelog	[utf-8] Sat Apr 26 10:50:08 2014
@@ -1,3 +1,9 @@
+gnome-system-log (3.9.90-2) unstable; urgency=medium
+
+  * Add debian/patches/02_no_timestamp_styling.patch (Closes: #740908)
+
+ -- Andreas Henriksson <andreas at fatal.se>  Sat, 26 Apr 2014 12:27:17 +0200
+
 gnome-system-log (3.9.90-1) unstable; urgency=medium
 
   [ Martin Pitt ]

Added: desktop/unstable/gnome-system-log/debian/patches/02_no_timestamp_styling.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-system-log/debian/patches/02_no_timestamp_styling.patch?rev=41411&op=file
==============================================================================
--- desktop/unstable/gnome-system-log/debian/patches/02_no_timestamp_styling.patch	(added)
+++ desktop/unstable/gnome-system-log/debian/patches/02_no_timestamp_styling.patch	[utf-8] Sat Apr 26 10:50:08 2014
@@ -0,0 +1,13 @@
+diff --git a/src/logview-window.c b/src/logview-window.c
+index 7639e01..ea201d5 100644
+--- a/src/logview-window.c
++++ b/src/logview-window.c
+@@ -790,7 +790,7 @@ read_new_lines_cb (LogviewLog *log,
+                                   &iter, 0.0, FALSE, 0.0, 0.0);
+   }
+ 
+-  paint_timestamps (buffer, old_line_count, new_days);
++  //paint_timestamps (buffer, old_line_count, new_days);
+ 
+   logview_update_header (window, log, NULL);
+   logview_loglist_update_lines (LOGVIEW_LOGLIST (priv->loglist), log);

Modified: desktop/unstable/gnome-system-log/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-system-log/debian/patches/series?rev=41411&op=diff
==============================================================================
--- desktop/unstable/gnome-system-log/debian/patches/series	[utf-8] (original)
+++ desktop/unstable/gnome-system-log/debian/patches/series	[utf-8] Sat Apr 26 10:50:08 2014
@@ -1 +1,2 @@
 01_logview_pkexec.patch
+02_no_timestamp_styling.patch




More information about the pkg-gnome-commits mailing list