[gtksourceview/gtksourcecompletion] Fixed test to not return const GdkPixbuf * anymore



commit 586e1f8385bc3ff85d9f7dd41ef795ff1566e53f
Author: Jesse van den Kieboom <jesse icecrew nl>
Date:   Sat Apr 18 16:21:41 2009 +0200

    Fixed test to not return const GdkPixbuf * anymore
---
 tests/gsc-provider-test.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/gsc-provider-test.c b/tests/gsc-provider-test.c
index 690c9e0..a1f4d38 100644
--- a/tests/gsc-provider-test.c
+++ b/tests/gsc-provider-test.c
@@ -43,7 +43,7 @@ gsc_provider_test_get_name (GtkSourceCompletionProvider *self)
 	return GSC_PROVIDER_TEST (self)->priv->name;
 }
 
-static const GdkPixbuf * 
+static GdkPixbuf * 
 gsc_provider_test_get_icon (GtkSourceCompletionProvider *self)
 {
 	return GSC_PROVIDER_TEST (self)->priv->icon;



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