forked from AuroraMiddleware/gtk
places view: Use names for cursors
Use the standard name for the busy+interactive cursor.
This commit is contained in:
parent
f76fa0411f
commit
2188fe0e54
@ -330,11 +330,7 @@ set_busy_cursor (GtkPlacesView *view,
|
||||
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);
|
||||
}
|
||||
cursor = gdk_cursor_new_from_name (display, "progress");
|
||||
else
|
||||
cursor = NULL;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user