Another Bugfix
- From: Matthew Guenther <mguenthe netcom ca>
- To: Balsa Discussion List <balsa-list gnome org>
- Subject: Another Bugfix
- Date: Sun, 26 Mar 2000 12:18:40 -0500
Here's a patch to fix bug #4806, I already sent the close message to
control@bugs.gnome.org
If someone could commit this, it would be great.
MBG
--
Matthew Guenther Things are more like they used to be
mguenthe@netcom.ca than they are now.
http://www.netcom.ca/~mguenthe/
=== cd /home/mguenthe/src/balsa/src/
=== cvs diff -c main-window.c
Index: main-window.c
===================================================================
RCS file: /cvs/gnome/balsa/src/main-window.c,v
retrieving revision 1.259
diff -c -r1.259 main-window.c
*** main-window.c 2000/03/26 14:59:31 1.259
--- main-window.c 2000/03/26 17:14:28
***************
*** 804,809 ****
--- 806,814 ----
else
balsa_window = window;
+
+ balsa_index_redraw_current (BALSA_INDEX (balsa_window_find_current_index (balsa_window)));
+
/*
* set the toolbar style
*/
***************
*** 1352,1358 ****
balsa_app.browse_wrap = GTK_CHECK_MENU_ITEM(widget)->active;
/* redisplay current message? */
! index =(BalsaIndex*)balsa_window_find_current_index(BALSA_WINDOW (data));
if(index)
balsa_index_redraw_current (index);
}
--- 1357,1363 ----
balsa_app.browse_wrap = GTK_CHECK_MENU_ITEM(widget)->active;
/* redisplay current message? */
! index = BALSA_INDEX (balsa_window_find_current_index(BALSA_WINDOW (data)));
if(index)
balsa_index_redraw_current (index);
}
=== Exit status: 1
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]