GNOME Bugzilla – Bug 720634
Replace deprecated GTK_STOCK
Last modified: 2014-01-12 08:04:33 UTC
as since GTK 3.10 GTK_STOCK items are deprecated
Created attachment 264446 [details] [review] Replace deprecated GTK_STOCK Since GTK 3.10 GTK_STOCK items are deprecated and thus has to be replaced.
Review of attachment 264446 [details] [review]: Rest looks fine, thanks! ::: sendto/main.c @@ +476,3 @@ hbox = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 4); + image_status = gtk_image_new_from_icon_name("dialog-warning", GTK_ICON_SIZE_MENU); Space before the bracket.
Attachment 264446 [details] pushed as f9b06b8 - Replace deprecated GTK_STOCK