GNOME Bugzilla – Bug 688671
Small fixes for the glade plugin.
Last modified: 2012-11-19 21:13:05 UTC
See the attached patches.
Created attachment 229398 [details] [review] glade: Fix the palette not being shown. Call gtk_widget_show_all() on the palette_box since anjuta_shell_add_widget() doesn't do it anymore. Also change back the palette_box to vertical which was mistakenly changed in 9a2c4a1055c4c70294e1637f9d74da67d2034b88.
Created attachment 229399 [details] [review] glade: Fix the images in the palette toggles used for choosing the edit mode. Glade registers the images as stock icons so we can use gtk_image_new_from_stock() to create them.
Comment on attachment 229398 [details] [review] glade: Fix the palette not being shown. Thanks.
Comment on attachment 229399 [details] [review] glade: Fix the images in the palette toggles used for choosing the edit mode. Thanks, I have committed this one too. The icon doesn't appear with a old version of glade though.