commit f41dd1a1a1e9d381037b96c0b18cdb75b709cc83
parent 0967e40e8848e1cd907ce35033f75e29704333c4
Author: Colin Leroy <colin@colino.net>
Date: Sun, 6 Nov 2011 21:34:15 +0000
2011-11-06 [colin] 3.7.10cvs76
* src/mainwindow.c
Oops, some unwanted undo got commited.
Diffstat:
4 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,8 @@
+2011-11-06 [colin] 3.7.10cvs76
+
+ * src/mainwindow.c
+ Oops, some unwanted undo got commited.
+
2011-11-06 [colin] 3.7.10cvs75
* src/mainwindow.c
diff --git a/PATCHSETS b/PATCHSETS
@@ -4279,3 +4279,4 @@
( cvs diff -u -r 1.83.2.177 -r 1.83.2.178 src/mimeview.c; cvs diff -u -r 1.94.2.222 -r 1.94.2.223 src/messageview.c; ) > 3.7.10cvs73.patchset
( cvs diff -u -r 1.382.2.592 -r 1.382.2.593 src/compose.c; ) > 3.7.10cvs74.patchset
( cvs diff -u -r 1.274.2.333 -r 1.274.2.334 src/mainwindow.c; ) > 3.7.10cvs75.patchset
+( cvs diff -u -r 1.274.2.334 -r 1.274.2.335 src/mainwindow.c; ) > 3.7.10cvs76.patchset
diff --git a/configure.ac b/configure.ac
@@ -12,7 +12,7 @@ MINOR_VERSION=7
MICRO_VERSION=10
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=75
+EXTRA_VERSION=76
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
diff --git a/src/mainwindow.c b/src/mainwindow.c
@@ -2290,8 +2290,6 @@ MainWindow *main_window_create()
}
summary_update_unread(mainwin->summaryview, NULL);
- gtk_widget_show(mainwin->window);
-
/* initialize views */
folderview_init(folderview);
summary_init(summaryview);