[gtksourceview/gtksourcecompletion] Fixed test to not return const GdkPixbuf * anymore
- From: Jesse van den Kieboom <jessevdk src gnome org>
- To: svn-commits-list gnome org
- Subject: [gtksourceview/gtksourcecompletion] Fixed test to not return const GdkPixbuf * anymore
- Date: Sat, 18 Apr 2009 10:22:03 -0400 (EDT)
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]