diff src/pixbuf-renderer.c @ 283:e213fb025621

GQVIEW_* -> GQ_*
author zas_
date Tue, 08 Apr 2008 23:16:12 +0000
parents ad78ad18523a
children 9122c5da1223
line wrap: on
line diff
--- a/src/pixbuf-renderer.c	Tue Apr 08 23:07:09 2008 +0000
+++ b/src/pixbuf-renderer.c	Tue Apr 08 23:16:12 2008 +0000
@@ -19,13 +19,13 @@
 
 
 /* comment this out if not using this from within Geeqie
- * defining GQVIEW_BUILD does these things:
+ * defining GQ_BUILD does these things:
  *   - Sets the shift-click scroller pixbuf to a nice icon instead of a black box
  */
-#define GQVIEW_BUILD 1
-
-
-#ifdef GQVIEW_BUILD
+#define GQ_BUILD 1
+
+
+#ifdef GQ_BUILD
 	#include "pixbuf_util.h"
 #endif
 
@@ -1201,7 +1201,7 @@
 		GdkPixbuf *pixbuf;
 		gint w, h;
 
-#ifdef GQVIEW_BUILD
+#ifdef GQ_BUILD
 		pixbuf = pixbuf_inline(PIXBUF_INLINE_SCROLLER);
 #else
 		pixbuf = gdk_pixbuf_new(GDK_COLORSPACE_RGB, FALSE, 8, 32, 32);