[gnome-shell] st-widget: Make into a concrete class
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] st-widget: Make into a concrete class
- Date: Wed, 22 Feb 2012 22:09:44 +0000 (UTC)
commit b47fd6df31646fe7e3825f0f7554bf1a35d9decc
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Mon Feb 13 11:43:13 2012 -0500
st-widget: Make into a concrete class
ClutterActor is concrete, so StWidget should be too.
https://bugzilla.gnome.org/show_bug.cgi?id=670034
src/st/st-widget.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/st/st-widget.c b/src/st/st-widget.c
index 5ef88c6..f09093b 100644
--- a/src/st/st-widget.c
+++ b/src/st/st-widget.c
@@ -110,7 +110,7 @@ static guint signals[LAST_SIGNAL] = { 0, };
gfloat st_slow_down_factor = 1.0;
-G_DEFINE_ABSTRACT_TYPE (StWidget, st_widget, CLUTTER_TYPE_ACTOR);
+G_DEFINE_TYPE (StWidget, st_widget, CLUTTER_TYPE_ACTOR);
#define ST_WIDGET_GET_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE ((obj), ST_TYPE_WIDGET, StWidgetPrivate))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]