[gtk+/gtk-3-10] Clarify Cursor Theme GDK Warning



commit 3c2008e89d0942a830446f5d5b5123e938f8001c
Author: John Ralls <jralls ceridwen us>
Date:   Sun Jun 16 12:51:04 2013 -0400

    Clarify Cursor Theme GDK Warning

 gtk/gtksettings.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtksettings.c b/gtk/gtksettings.c
index 2794dfa..627d8e6 100644
--- a/gtk/gtksettings.c
+++ b/gtk/gtksettings.c
@@ -2710,7 +2710,7 @@ settings_update_cursor_theme (GtkSettings *settings)
     gdk_wayland_display_set_cursor_theme (display, theme, size);
   else
 #endif
-    g_warning ("unsupported GDK backend\n");
+    g_warning ("GtkSettings Cursor Theme: Unsupported GDK backend\n");
   g_free (theme);
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]