user-accounts: Make crop window modal

So it's attached to the panel correctly.

https://bugzilla.gnome.org/show_bug.cgi?id=645700
This commit is contained in:
Bastien Nocera 2011-03-24 15:16:23 +00:00
parent 5d3824b344
commit 5b5347b5b2

View file

@ -97,6 +97,7 @@ um_photo_dialog_crop (UmPhotoDialog *um,
_("Select"),
GTK_RESPONSE_ACCEPT,
NULL);
gtk_window_set_modal (GTK_WINDOW (dialog), TRUE);
gtk_window_set_icon_name (GTK_WINDOW (dialog), "system-users");