[gnome-terminal] Remove debug printfs
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-terminal] Remove debug printfs
- Date: Thu, 3 Feb 2011 22:43:50 +0000 (UTC)
commit 923d74f77a49aa7946738f6a30a3d955051b292f
Author: Christian Persch <chpe gnome org>
Date: Thu Feb 3 23:43:42 2011 +0100
Remove debug printfs
src/terminal-screen.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/terminal-screen.c b/src/terminal-screen.c
index c463065..02d0d3f 100644
--- a/src/terminal-screen.c
+++ b/src/terminal-screen.c
@@ -1064,10 +1064,9 @@ update_color_scheme (TerminalScreen *screen)
context = gtk_widget_get_style_context (GTK_WIDGET (screen));
gtk_style_context_get_color (context, GTK_STATE_FLAG_NORMAL, &rgba);
rgba_to_color (&fg, &rgba);
- g_print ("fg %g,%g,%g ", rgba.red, rgba.green, rgba.blue);
+
gtk_style_context_get_background_color (context, GTK_STATE_FLAG_NORMAL, &rgba);
rgba_to_color (&bg, &rgba);
- g_print ("bg %g,%g,%g\n", rgba.red, rgba.green, rgba.blue);
#else /* GTK 2.0 */
GtkStyle *style;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]