Wed, 09 Mar 2005 00:52:59 +0000
[gaim-migrate @ 12221]
19:40:11 <deryni> About ctrl-z I'm thinking minimize should probably more properly be a wm thing, and so the user can bind a wm action if they want it and we shouldn't grab it.
| src/gtkconv.c | file | annotate | diff | comparison | revisions |
--- a/src/gtkconv.c Wed Mar 09 00:30:35 2005 +0000 +++ b/src/gtkconv.c Wed Mar 09 00:52:59 2005 +0000 @@ -1710,12 +1710,6 @@ return TRUE; break; - case 'z': - gtk_window_iconify(GTK_WINDOW(gtkwin->window)); - - return TRUE; - break; - } /* End of switch */ } @@ -1737,7 +1731,7 @@ { switch (event->keyval) { - case GDK_Tab: + case GDK_Tab: return tab_complete(conv); break;