aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/ChangeLog6
-rw-r--r--shell/main.c5
2 files changed, 11 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index c8e0ee5130..2a59aabf3f 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,11 @@
2001-09-17 Ettore Perazzoli <ettore@ximian.com>
+ * main.c (quit_box_new): Call `e_make_widget_backing_stored()' on
+ the widget so it refreshes properly even when we are busy waiting
+ on CORBA calls.
+
+2001-09-17 Ettore Perazzoli <ettore@ximian.com>
+
* main.c (quit_box_new): New.
(quit_box_destroyed_callback): New.
(no_views_left_cb): Use these two functions to display a warning
diff --git a/shell/main.c b/shell/main.c
index b39ae83cba..3cc7bfd236 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -31,6 +31,9 @@
#include <gtk/gtksignal.h>
#include <gtk/gtkwindow.h>
+#include <gdk/gdkx.h>
+#include <X11/Xlib.h>
+
#include <libgnome/gnome-defs.h>
#include <libgnome/gnome-i18n.h>
#include <libgnome/gnome-util.h>
@@ -68,6 +71,8 @@ quit_box_new (void)
window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
gtk_window_set_position (GTK_WINDOW (window), GTK_WIN_POS_CENTER);
+ e_make_widget_backing_stored (window);
+
gtk_window_set_title (GTK_WINDOW (window), _("Evolution"));
frame = gtk_frame_new (NULL);
>2014-08-06 17:11:57 +0800 committerolgeni <olgeni@FreeBSD.org>2014-08-06 17:11:57 +0800 commit90ed1b5c153a0c90c08964a9d36e4209b183a6bf (patch) tree85e8033022547e7f0b85fd514a62e2bc95baa087 /www/xoops parent88b20221b2cbb477a954a2d515b6531aefd5e2e1 (diff)downloadfreebsd-ports-gnome-90ed1b5c153a0c90c08964a9d36e4209b183a6bf.tar.gz
freebsd-ports-gnome-90ed1b5c153a0c90c08964a9d36e4209b183a6bf.tar.zst
freebsd-ports-gnome-90ed1b5c153a0c90c08964a9d36e4209b183a6bf.zip
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category W. CR: D510 Approved by: portmgr (bapt)
Diffstat (limited to 'www/xoops')