r41574 - in /desktop/unstable/gnome-system-log/debian: changelog patches/02_no_timestamp_styling.patch
ah at users.alioth.debian.org
ah at users.alioth.debian.org
Mon Apr 28 19:38:10 UTC 2014
Author: ah
Date: Mon Apr 28 19:38:10 2014
New Revision: 41574
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=41574
Log:
* Improve debian/patches/02_no_timestamp_styling.patch
- paint_timestamps was called from a second place, disable it too.
Modified:
desktop/unstable/gnome-system-log/debian/changelog
desktop/unstable/gnome-system-log/debian/patches/02_no_timestamp_styling.patch
Modified: desktop/unstable/gnome-system-log/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-system-log/debian/changelog?rev=41574&op=diff
==============================================================================
--- desktop/unstable/gnome-system-log/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-system-log/debian/changelog [utf-8] Mon Apr 28 19:38:10 2014
@@ -1,3 +1,10 @@
+gnome-system-log (3.9.90-3) UNRELEASED; urgency=medium
+
+ * Improve debian/patches/02_no_timestamp_styling.patch
+ - paint_timestamps was called from a second place, disable it too.
+
+ -- Andreas Henriksson <andreas at fatal.se> Mon, 28 Apr 2014 21:36:33 +0200
+
gnome-system-log (3.9.90-2) unstable; urgency=medium
* Add debian/patches/02_no_timestamp_styling.patch (Closes: #740908)
Modified: 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=41574&op=diff
==============================================================================
--- desktop/unstable/gnome-system-log/debian/patches/02_no_timestamp_styling.patch [utf-8] (original)
+++ desktop/unstable/gnome-system-log/debian/patches/02_no_timestamp_styling.patch [utf-8] Mon Apr 28 19:38:10 2014
@@ -1,8 +1,6 @@
-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,
+@@ -790,7 +790,7 @@
&iter, 0.0, FALSE, 0.0, 0.0);
}
@@ -11,3 +9,12 @@
logview_update_header (window, log, NULL);
logview_loglist_update_lines (LOGVIEW_LOGLIST (priv->loglist), log);
+@@ -827,7 +827,7 @@
+ gtk_text_iter_forward_char (&iter);
+ }
+
+- paint_timestamps (buffer, 1, logview_log_get_days_for_cached_lines (log));
++ //paint_timestamps (buffer, 1, logview_log_get_days_for_cached_lines (log));
+ }
+
+ priv->monitor_id =
More information about the pkg-gnome-commits
mailing list