[Commits] mainwindow.c 1.6 1.7
miras at claws-mail.org
miras at claws-mail.org
Sat Dec 10 00:06:02 CET 2011
Update of /home/claws-mail/contacts/src
In directory claws-mail:/tmp/cvs-serv2477/src
Modified Files:
mainwindow.c
Log Message:
2011-12-09 [mir] 0.6.0cvs39
* src/mainwindow.c
Forgot to comment out debug info
Index: mainwindow.c
===================================================================
RCS file: /home/claws-mail/contacts/src/mainwindow.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- mainwindow.c 9 Dec 2011 23:01:21 -0000 1.6
+++ mainwindow.c 9 Dec 2011 23:06:00 -0000 1.7
@@ -645,10 +645,10 @@
mainwindow_create(mainwindow);
if (mainwindow->use_extensions) {
- debug_set_mode(TRUE);
+ //debug_set_mode(TRUE);
init_hooks(mainwindow);
load_extensions(&error);
- debug_set_mode(FALSE);
+ //debug_set_mode(FALSE);
}
GList* pixmaps = load_pixmaps();
More information about the Commits
mailing list