Mercurial > pidgin.yaz
changeset 10678:210e38f53b7b
[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.
committer: Tailor Script <tailor@pidgin.im>
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Wed, 09 Mar 2005 00:52:59 +0000 |
parents | 4cfc6bebeb5f |
children | dbdf6618cc49 |
files | src/gtkconv.c |
diffstat | 1 files changed, 1 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- 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;