gnome-terminal r3417 - branches/gnome-2-26/src
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-terminal r3417 - branches/gnome-2-26/src
- Date: Sat, 4 Apr 2009 10:38:57 +0000 (UTC)
Author: chpe
Date: Sat Apr 4 10:38:57 2009
New Revision: 3417
URL: http://svn.gnome.org/viewvc/gnome-terminal?rev=3417&view=rev
Log:
Fix debug to use the right debug flag
Modified:
branches/gnome-2-26/src/terminal-accels.c
Modified: branches/gnome-2-26/src/terminal-accels.c
==============================================================================
--- branches/gnome-2-26/src/terminal-accels.c (original)
+++ branches/gnome-2-26/src/terminal-accels.c Sat Apr 4 10:38:57 2009
@@ -404,7 +404,7 @@
val = gconf_entry_get_value (entry);
#ifdef GNOME_ENABLE_DEBUG
- _TERMINAL_DEBUG_IF (TERMINAL_DEBUG_GEOMETRY)
+ _TERMINAL_DEBUG_IF (TERMINAL_DEBUG_ACCELS)
{
if (val == NULL)
_terminal_debug_print (TERMINAL_DEBUG_ACCELS, " changed to be unset\n");
@@ -770,7 +770,7 @@
gdk_keyval_name (keyval) ? gdk_keyval_name (keyval) : "null",
str);
#ifdef GNOME_ENABLE_DEBUG
- _TERMINAL_DEBUG_IF (TERMINAL_DEBUG_GEOMETRY)
+ _TERMINAL_DEBUG_IF (TERMINAL_DEBUG_ACCELS)
{
GtkAccelKey old_key;
@@ -938,7 +938,7 @@
tree = edit_keys_store = gtk_tree_store_new (N_COLUMNS, G_TYPE_STRING, G_TYPE_POINTER);
#ifdef GNOME_ENABLE_DEBUG
- _TERMINAL_DEBUG_IF (TERMINAL_DEBUG_GEOMETRY)
+ _TERMINAL_DEBUG_IF (TERMINAL_DEBUG_ACCELS)
g_signal_connect (tree, "row-changed", G_CALLBACK (row_changed), NULL);
#endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]