GNOME Bugzilla – Bug 731271
replace deprecated gtk_widget_get_state
Last modified: 2014-06-23 12:15:10 UTC
Created attachment 277956 [details] [review] user-accounts: replace deprecated gtk_widget_get_state Replace gtk_widget_get_state by gtk_widget_get_state_flags in um-photo-dialog.c.
Review of attachment 277956 [details] [review]: ::: panels/user-accounts/um-photo-dialog.c @@ +531,3 @@ UmPhotoDialog *um) { + if (gtk_widget_get_state_flags (gtk_bin_get_child (GTK_BIN (widget))) != GTK_STATE_FLAG_PRELIGHT && state flags should be compared with & since there might be more than one active
Created attachment 278328 [details] [review] user-accounts: replace deprecated gtk_widget_get_state Thanks for review! State flags are now compared with & :-)
Did you upload the wrong patch? This is still the same as the previous one
Review of attachment 278328 [details] [review]: Wrong patch indeed.
Created attachment 278994 [details] [review] user-accounts: replace deprecated gtk_widget_get_state Sorry for mystification, reupload...
Review of attachment 278994 [details] [review]: ok
Comment on attachment 278994 [details] [review] user-accounts: replace deprecated gtk_widget_get_state commit 06367651d7bd8432083ec76ccd6182639c70784a