[vte/vte-next] vteapp: Don't use IMMEDIATE resize mode
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte/vte-next] vteapp: Don't use IMMEDIATE resize mode
- Date: Tue, 17 Apr 2012 22:01:56 +0000 (UTC)
commit 65fa0e1be7b0f650dfa1cbaa6f666d59176b44ad
Author: Christian Persch <chpe gnome org>
Date: Tue Apr 17 23:59:17 2012 +0200
vteapp: Don't use IMMEDIATE resize mode
There's no indication this is necessary (gnome-terminal does without it),
and the commit that added it contains no justification either. So just
remove it.
src/vteapp.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/vteapp.c b/src/vteapp.c
index 90c4b83..f491eef 100644
--- a/src/vteapp.c
+++ b/src/vteapp.c
@@ -808,8 +808,6 @@ main(int argc, char **argv)
/* Create a window to hold the scrolling shell, and hook its
* delete event to the quit function.. */
window = gtk_window_new(GTK_WINDOW_TOPLEVEL);
- gtk_container_set_resize_mode(GTK_CONTAINER(window),
- GTK_RESIZE_IMMEDIATE);
if (border_width_string) {
guint w;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]