GNOME Bugzilla – Bug 720643
Replace deprecated GTK_STOCK items
Last modified: 2014-02-05 21:17:06 UTC
Starting GTK 3.10 GTK_STOCK items are deprecated in favor of defined labels or standard icon names.
Created attachment 264451 [details] [review] Replace deprecated GTK_STOCK items Starting GTK 3.10 GTK_STOCK items are deprecated in favor of defined labels or standard icon names.
Review of attachment 264451 [details] [review]: Rest looks fine. ::: plugins/housekeeping/gsd-ldsm-dialog.c @@ -449,3 @@ _("Ignore"), GTK_RESPONSE_CANCEL); - ignore_image = gtk_image_new_from_stock (GTK_STOCK_CANCEL, GTK_ICON_SIZE_BUTTON); Why don't we keep the icon? It's probably not needed anymore, but it should be removed in a separate patch.
Created attachment 266052 [details] [review] Replace deprecated GTK_STOCK items Starting GTK 3.10 GTK_STOCK items are deprecated in favor of defined labels or standard icon names.
Hi, the deletion of the icon is done in the bug 722044
Review of attachment 266052 [details] [review]: Rest looks fine. ::: plugins/housekeeping/gsd-ldsm-dialog.c @@ +451,3 @@ ignore_image = gtk_image_new_from_stock (GTK_STOCK_CANCEL, GTK_ICON_SIZE_BUTTON); gtk_button_set_image (GTK_BUTTON (button_ignore), ignore_image); + Whitespace change.
commit 92fc1c2f605561126e37dc9a69459d5ac66c1e90 Author: Baptiste Mille-Mathias <baptiste.millemathias@gmail.com> Date: Tue Dec 17 22:54:24 2013 +0100 Replace deprecated GTK_STOCK items Starting GTK 3.10 GTK_STOCK items are deprecated in favor of defined labels or standard icon names. https://bugzilla.gnome.org/show_bug.cgi?id=720643