head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.42 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.40 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.38 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.36 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.34 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.32 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.30 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.28 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.26 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.24 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.22 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.20 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.18 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.16 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.14 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.12 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.10 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.8 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.6 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.4 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.2 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.1.0.2 pkgsrc-2005Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2005.04.04.08.26.29; author adam; state dead; branches; next 1.1; 1.1 date 2005.01.17.20.15.28; author kristerw; state Exp; branches; next ; desc @@ 1.2 log @Changes 2.2.5: * Support for Perl scripts is turned off * Support for skins compatible with Gadu-Gadu * Fixes and stabilisation of the code for status changes * Fixes in tlen.pl plug-in * Now builds basic modules on MacOSX * Improvements of "dockapp" plug-in @ text @$NetBSD: patch-ac,v 1.1 2005/01/17 20:15:28 kristerw Exp $ --- src/plugins/GUI/gui_chat.c.orig Mon Jan 17 20:43:59 2005 +++ src/plugins/GUI/gui_chat.c Mon Jan 17 20:44:35 2005 @@@@ -252,6 +252,7 @@@@ gint chat_type = (gint) ggadu_config_var_get(gui_handler, "chat_type"); gui_chat_session *session = NULL; GtkWidget *textview = NULL; + GtkTextBuffer *buf; if (chat_type == CHAT_TYPE_TABBED) { @@@@ -267,7 +268,7 @@@@ textview = g_object_get_data(G_OBJECT(session->chat), "history"); } - GtkTextBuffer *buf = gtk_text_view_get_buffer(GTK_TEXT_VIEW(textview)); + buf = gtk_text_view_get_buffer(GTK_TEXT_VIEW(textview)); gtk_text_buffer_set_text(buf, "", -1); } @ 1.1 log @Fix a C99ism to make this package build with gcc 2.95. @ text @d1 1 a1 1 $NetBSD$ @