GNOME Bugzilla – Bug 681078
e-web-view: use GtkOrientable API for password bar
Last modified: 2012-08-03 09:02:00 UTC
Save some code, yeah.
Created attachment 220160 [details] [review] e-web-view: use GtkOrientable API for password bar Instead of creating a custom GtkButtonBox, use GtkOrientable API implemented by the default action_area widget (a GtkBox) of GtkInfoBar.
Review of attachment 220160 [details] [review]: OK.
Created attachment 220161 [details] [review] e-web-view: use GtkOrientable API for info bars Instead of creating a custom GtkButtonBox, use GtkOrientable API implemented by the default action_area widget (a GtkBox) of GtkInfoBar. == Noticed that there was the geoclue infobar which also does the old hackish thing.
Review of attachment 220161 [details] [review]: OK again.
Attachment 220161 [details] pushed as f62663b - e-web-view: use GtkOrientable API for info bars