upgrade to 1.3

This commit is contained in:
Ying-Chieh Liao
2005-01-31 09:08:59 +00:00
parent 843f7d012a
commit 76d79d8fd3
3 changed files with 20 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
#
PORTNAME= code-browser
PORTVERSION= 1.2
PORTVERSION= 1.3
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View File

@@ -1,2 +1,2 @@
MD5 (code-browser-1.2-src.tar.gz) = 769c3c591e42f68c536a9d231dc003a0
SIZE (code-browser-1.2-src.tar.gz) = 413958
MD5 (code-browser-1.3-src.tar.gz) = aecf4c2366f6bcbfc12c8475e207ecef
SIZE (code-browser-1.3-src.tar.gz) = 419361

View File

@@ -0,0 +1,17 @@
--- lib/include/gtk/gtkcustom.c.orig Mon Jan 31 17:05:27 2005
+++ lib/include/gtk/gtkcustom.c Mon Jan 31 17:05:43 2005
@@ -131,11 +131,11 @@
///////////////////////////////////////////////////////////////////////////////
static void gtk_custom_add (GtkContainer *container, GtkWidget *widget)
{
- g_return_if_fail (GTK_IS_CUSTOM (container));
- g_return_if_fail (GTK_IS_WIDGET (widget));
-
GtkCustom* custom;
GtkCustomChild *child_info;
+
+ g_return_if_fail (GTK_IS_CUSTOM (container));
+ g_return_if_fail (GTK_IS_WIDGET (widget));
custom = GTK_CUSTOM (container);