GNOME Bugzilla – Bug 660429
Stop using GtkTable
Last modified: 2011-09-29 12:46:01 UTC
GtkTable is now deprecated, it would be cool to stop using in 3.4 http://mail.gnome.org/archives/desktop-devel-list/2011-September/msg00184.html This bug is mostly a meta bug so feel free to open separated bugs for specific part of the port.
Created attachment 197749 [details] [review] empathy-new-chatroom-dialog.ui: load/save in Glade No change.
Created attachment 197750 [details] [review] new-chatroom-dialog: use GtkGrid instead of GtkTable
Created attachment 197751 [details] [review] empathy-contact-selector-dialog.ui: load/save in Glade No change.
Created attachment 197752 [details] [review] contact-selector-dialog: use GtkGrid instead of GtkTable
Created attachment 197753 [details] [review] streamed-media-window: use GtkGrid instead of GtkTable
Created attachment 197754 [details] [review] call-window: use GtkGrid instead of GtkTable
Created attachment 197755 [details] [review] individual-widget: use GtkGrid instead of GtkTable
With those patches, empathy-account-widget-* are the last ones needing to be ported.
Review of attachment 197750 [details] [review]: ::: src/empathy-new-chatroom-dialog.ui @@ +170,3 @@ + <child> + <placeholder/> + </child> all those placeholders are useless as far as I can tell
The rest looks good
Attachment 197749 [details] pushed as c4d480f - empathy-new-chatroom-dialog.ui: load/save in Glade Attachment 197750 [details] pushed as 724817f - new-chatroom-dialog: use GtkGrid instead of GtkTable Attachment 197751 [details] pushed as fe0e367 - empathy-contact-selector-dialog.ui: load/save in Glade Attachment 197752 [details] pushed as c6bf0e6 - contact-selector-dialog: use GtkGrid instead of GtkTable Attachment 197753 [details] pushed as 5647bac - streamed-media-window: use GtkGrid instead of GtkTable Attachment 197754 [details] pushed as cd9637c - call-window: use GtkGrid instead of GtkTable Attachment 197755 [details] pushed as 05e20d8 - individual-widget: use GtkGrid instead of GtkTable