cpw.nader.asynclogging-3: d02f6040: Fixed the potential bug in finch too

morshed.nader at gmail.com morshed.nader at gmail.com
Thu May 12 03:41:39 EDT 2011


----------------------------------------------------------------------
Revision: d02f6040790861f0cc5fc68db64fa8c10e569070
Parent:   13113e3c92cb06574bec6fd83ffcd17639bbe7d5
Author:   morshed.nader at gmail.com
Date:     05/12/11 03:33:56
Branch:   im.pidgin.cpw.nader.asynclogging-3
URL: http://d.pidgin.im/viewmtn/revision/info/d02f6040790861f0cc5fc68db64fa8c10e569070

Changelog: 

Fixed the potential bug in finch too

Changes against parent 13113e3c92cb06574bec6fd83ffcd17639bbe7d5

  patched  finch/gntlog.c

-------------- next part --------------
============================================================
--- finch/gntlog.c	4cbd8d2832ffd8b6a27dd4140e698e3e2fb9de30
+++ finch/gntlog.c	0302692f77a653361873b78887ba5bc915374421
@@ -435,7 +435,7 @@ log_select_cb(GntWidget *w, gpointer old
 
 	finch_log_data = g_new0(_finch_log_data, 1);
 	finch_log_data->is_window_open = TRUE;
-	finch_log_data->count = 1;
+	finch_log_data->total = finch_log_data->count = 1;
 	finch_log_data->log_viewer = lv;
 	finch_log_data->log = log;
 	finch_log_data->destroy_handler_id = g_signal_connect_swapped(lv,


More information about the Commits mailing list