GNOME Bugzilla – Bug 687361
Irc account edit dialog improvements
Last modified: 2012-11-02 09:31:07 UTC
Created attachment 227829 [details] [review] Attach dialog to parent window irc-network-dialog: - Don't allow window resizing Resizing causes blank space issues with the dialog. - Make sure the port GtkSpinButton gets enough space Column expanding was causing the port cell to be eclipsed by the port spin +/- buttons. irc-network-chooser-dialog: - Attach dialog to parent window This avoid losing the window and the window order.
Created attachment 227830 [details] [review] Make sure the port GtkSpinButton gets enough space
Created attachment 227831 [details] [review] Don't allow window resizing
Review of attachment 227829 [details] [review]: This patch introduces a warning, I'll fix it when merging. ::: libempathy-gtk/empathy-irc-network-chooser-dialog.c @@ +304,3 @@ GtkWidget *dialog; + dialog = empathy_irc_network_dialog_show (network, self); empathy-irc-network-chooser-dialog.c: In function 'display_irc_network_dialog': empathy-irc-network-chooser-dialog.c:306:3: error: passing argument 2 of 'empathy_irc_network_dialog_show' from incompatible pointer type [-Werror] In file included from empathy-irc-network-chooser-dialog.c:34:0: empathy-irc-network-dialog.h:30:13: note: expected 'struct GtkWidget *' but argument is of type 'struct EmpathyIrcNetworkChooserDialog *'
Review of attachment 227830 [details] [review]: ++
Review of attachment 227831 [details] [review]: ++
Merged to msater, thanks for the patches!