xchat-gnome r2690 - in trunk: . src/fe-gnome



Author: chpe
Date: Mon Oct 20 16:41:54 2008
New Revision: 2690
URL: http://svn.gnome.org/viewvc/xchat-gnome?rev=2690&view=rev

Log:
	=== Release 0.24.1 ===

Modified:
   trunk/ChangeLog
   trunk/configure.ac
   trunk/src/fe-gnome/dcc-window.c

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Mon Oct 20 16:41:54 2008
@@ -1,4 +1,4 @@
-AC_INIT([XChat-GNOME IRC Chat],[0.24.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=xchat-gnome],[xchat-gnome])
+AC_INIT([XChat-GNOME IRC Chat],[0.24.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=xchat-gnome],[xchat-gnome])
 
 AC_PREREQ([2.60])
 

Modified: trunk/src/fe-gnome/dcc-window.c
==============================================================================
--- trunk/src/fe-gnome/dcc-window.c	(original)
+++ trunk/src/fe-gnome/dcc-window.c	Mon Oct 20 16:41:54 2008
@@ -349,7 +349,6 @@
 					}
 
 					mime_icon = g_file_info_get_icon (info);
-					g_object_unref (info);
 
 					/* Composite on an emblem which shows the direction of transfer */
 					if (dcc->type == 1) {
@@ -367,6 +366,8 @@
 					g_object_unref (emblemed_icon);
 					g_object_unref (direction_emblem);
 					g_object_unref (direction_icon);
+
+					g_object_unref (info);
 				}
 
 				return;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]