head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.32 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.30 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.28 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.26 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.24 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.22 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.20 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.18 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.16 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.14 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.12 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.10 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.8 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.6 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.4 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.2 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.4.0.8 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.6 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.4 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.2 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.3.0.2 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.1.0.2 pkgsrc-2005Q1-base:1.1; locks; strict; comment @# @; 1.5 date 2006.07.31.09.06.54; author adam; state dead; branches; next 1.4; 1.4 date 2005.09.07.12.41.12; author adam; state Exp; branches; next 1.3; 1.3 date 2005.05.27.13.47.05; author adam; state Exp; branches; next 1.2; 1.2 date 2005.04.04.08.26.29; author adam; state Exp; branches; next 1.1; 1.1 date 2005.01.17.20.15.28; author kristerw; state Exp; branches; next ; desc @@ 1.5 log @Changes 2.2.9: * Bug fixes @ text @$NetBSD: patch-ag,v 1.4 2005/09/07 12:41:12 adam Exp $ --- src/plugins/jabber/jabber_plugin.c.orig 2005-08-12 08:21:27.000000000 +0000 +++ src/plugins/jabber/jabber_plugin.c @@@@ -1503,9 +1503,10 @@@@ void start_plugin() if (ggadu_config_var_get(jabber_handler, "autoconnect")) { + GGaduStatusPrototype *sp; gint auto_status = (gint) ggadu_config_var_get(jabber_handler, "auto_status"); print_debug("jabber: autoconneting"); - GGaduStatusPrototype *sp = ggadu_find_status_prototype(p, auto_status ? auto_status : JABBER_STATUS_AVAILABLE); + sp = ggadu_find_status_prototype(p, auto_status ? auto_status : JABBER_STATUS_AVAILABLE); jabber_change_status(sp, FALSE); GGaduStatusPrototype_free(sp); } @ 1.4 log @Changes 2.2.8: * Many updates, security fix. @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @Changes 2.2.6: - internal libgadu now work with gnutls instead openssl library. - fixed crash while start. - Tlen.pl configuration moved to .gg2/tlen file - Then to Everaldo www.everaldo.com for his Jabber icons. - close bugs #177,#146,#170,#141,#148 - fixes of parsing links in chat window - and others. @ text @d3 1 a3 1 --- src/plugins/jabber/jabber_plugin.c.orig 2005-05-20 16:20:12.000000000 +0000 d5 1 a5 1 @@@@ -1489,9 +1489,10 @@@@ void start_plugin() @ 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 @d3 1 a3 1 --- src/plugins/jabber/jabber_plugin.c.orig 2005-03-06 23:29:02.000000000 +0000 d5 1 a5 1 @@@@ -1484,9 +1484,10 @@@@ void start_plugin() @ 1.1 log @Fix a C99ism to make this package build with gcc 2.95. @ text @d3 3 a5 3 --- src/plugins/jabber/jabber_plugin.c.orig Mon Jan 17 20:56:36 2005 +++ src/plugins/jabber/jabber_plugin.c Mon Jan 17 20:57:09 2005 @@@@ -1443,8 +1443,9 @@@@ d10 1 d12 4 a15 3 - GGaduStatusPrototype *sp = ggadu_find_status_prototype(p,JABBER_STATUS_AVAILABLE); + sp = ggadu_find_status_prototype(p,JABBER_STATUS_AVAILABLE); jabber_change_status(sp); a16 1 @