2007-01-11 [colin] 2.7.0cvs10
* src/imap.c move g_warning to debug_print it scares people for no reason
This commit is contained in:
parent
fe02eb0cf0
commit
626164ad58
4 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2007-01-11 [colin] 2.7.0cvs10
|
||||
|
||||
* src/imap.c
|
||||
move g_warning to debug_print
|
||||
it scares people for no reason
|
||||
|
||||
2007-01-11 [colin] 2.7.0cvs9
|
||||
|
||||
* po/POTFILES.in
|
||||
|
|
|
@ -2236,3 +2236,4 @@
|
|||
( cvs diff -u -r 1.382.2.349 -r 1.382.2.350 src/compose.c; cvs diff -u -r 1.105.2.76 -r 1.105.2.77 src/prefs_account.c; cvs diff -u -r 1.49.2.23 -r 1.49.2.24 src/prefs_account.h; ) > 2.7.0cvs7.patchset
|
||||
( cvs diff -u -r 1.179.2.146 -r 1.179.2.147 src/imap.c; cvs diff -u -r 1.83.2.96 -r 1.83.2.97 src/mimeview.c; cvs diff -u -r 1.1.2.14 -r 1.1.2.15 src/plugins/pgpcore/select-keys.c; ) > 2.7.0cvs8.patchset
|
||||
( cvs diff -u -r 1.53.2.21 -r 1.53.2.22 po/POTFILES.in; ) > 2.7.0cvs9.patchset
|
||||
( cvs diff -u -r 1.179.2.147 -r 1.179.2.148 src/imap.c; ) > 2.7.0cvs10.patchset
|
||||
|
|
|
@ -11,7 +11,7 @@ MINOR_VERSION=7
|
|||
MICRO_VERSION=0
|
||||
INTERFACE_AGE=0
|
||||
BINARY_AGE=0
|
||||
EXTRA_VERSION=9
|
||||
EXTRA_VERSION=10
|
||||
EXTRA_RELEASE=
|
||||
EXTRA_GTK2_VERSION=
|
||||
|
||||
|
|
|
@ -687,7 +687,7 @@ static IMAPSession *imap_reconnect_if_possible(Folder *folder, IMAPSession *sess
|
|||
if (session) { \
|
||||
debug_print("locking session %p (%d)\n", session, session->busy); \
|
||||
if (session->busy) \
|
||||
g_warning(" SESSION WAS LOCKED !! "); \
|
||||
debug_print(" SESSION WAS LOCKED !! \n"); \
|
||||
session->busy = TRUE;\
|
||||
} else {\
|
||||
debug_print("can't lock null session\n"); \
|
||||
|
|
Loading…
Reference in a new issue