[gnome-terminal] debug: Fix debug flag name



commit 1c1b37a3bd5739029e0478f00429748d8a0feb7b
Author: Christian Persch <chpe gnome org>
Date:   Thu Jan 24 14:18:58 2013 +0100

    debug: Fix debug flag name

 src/terminal-debug.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/terminal-debug.c b/src/terminal-debug.c
index 9d9ddce..e350a36 100644
--- a/src/terminal-debug.c
+++ b/src/terminal-debug.c
@@ -30,7 +30,7 @@ _terminal_debug_init(void)
   const GDebugKey keys[] = {
     { "accels",    TERMINAL_DEBUG_ACCELS    },
     { "encodings", TERMINAL_DEBUG_ENCODINGS },
-    { "factory",   TERMINAL_DEBUG_SERVER   },
+    { "server",    TERMINAL_DEBUG_SERVER   },
     { "geometry",  TERMINAL_DEBUG_GEOMETRY  },
     { "mdi",       TERMINAL_DEBUG_MDI       },
     { "processes", TERMINAL_DEBUG_PROCESSES },



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]