telegnome r38 - in trunk: . src
- From: cjwatson svn gnome org
- To: svn-commits-list gnome org
- Subject: telegnome r38 - in trunk: . src
- Date: Tue, 6 May 2008 16:35:35 +0100 (BST)
Author: cjwatson
Date: Tue May 6 15:35:34 2008
New Revision: 38
URL: http://svn.gnome.org/viewvc/telegnome?rev=38&view=rev
Log:
* src/pixpack.c (pixpack_get_type): Fix build where GtkType != guint
(Debian bug #479740).
Modified:
trunk/ChangeLog
trunk/src/pixpack.c
Modified: trunk/src/pixpack.c
==============================================================================
--- trunk/src/pixpack.c (original)
+++ trunk/src/pixpack.c Tue May 6 15:35:34 2008
@@ -48,10 +48,10 @@
static GtkWidgetClass *parent_class = NULL;
-guint
+GtkType
pixpack_get_type(void)
{
- static guint pixpack_type = 0;
+ static GtkType pixpack_type = 0;
if (!pixpack_type) {
static const GtkTypeInfo pixpack_info = {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]