Re: Accelerator key inconsistencies
Martyn Russell <[email protected]>
| Newsgroups | gmane.comp.gnome.gossip.devel |
|---|---|
| Organization | Imendio |
| Message-ID | <1155052943.5175.85.camel@nemesis> |
On Tue, 2006-08-08 at 17:44 +0200, CJ van den Berg wrote:
> Why does Ctrl-w close a chat window and esc close the roster window? Should
> Gossip at least use one or the other consistently? (or even both if you
> want)
Ctrl+W is only used for closing tabs, if you close the last tab, it
closes the window.
> I'm used to using Ctrl-w in most GNOME applications to say "close this
> window but not the whole app". IIRC, esc is only for dialog windows.
Yes I agree, Escape (if I had my way) would only close dialogs, but some
people insist on making it minimise the main window. I personally don't
use it.
> I just noticed too, that "hide contact list" (or whatever it used to be
> called) has disappeared from the menu in 0.14.
I guess it is because of:
if (!gossip_have_tray ()) {
hidden = FALSE;
gtk_widget_hide (GTK_WIDGET (priv->actions_hide_list));
It was broken, the else statement didn't call gtk_widget_show() so I
guess it was hidden in the glade file?
Anyway, thanks, I have committed a fix.
--
Regards,
Martyn