Mercurial > pidgin
diff src/gtkconv.c @ 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 | b39d5850883a |
| children | 2f646d020011 |
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;
