forked from AuroraMiddleware/gtk
GtkPrintUnixDialog: Use a better busy cursor
This commit is contained in:
parent
eb715c3118
commit
99935b14c6
@ -584,7 +584,11 @@ set_busy_cursor (GtkPrintUnixDialog *dialog,
|
||||
display = gtk_widget_get_display (widget);
|
||||
|
||||
if (busy)
|
||||
{
|
||||
cursor = gdk_cursor_new_from_name (display, "left_ptr_watch");
|
||||
if (cursor == NULL)
|
||||
cursor = gdk_cursor_new_for_display (display, GDK_WATCH);
|
||||
}
|
||||
else
|
||||
cursor = NULL;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user