aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/color_dlg.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-05-22 19:56:19 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-05-22 19:56:19 +0000
commitd6eeb0936db40bb3b402fa31c87521981fe3d0eb (patch)
treec80cf0088027c1e2aeaeb3c228c07c82c581d02a /gtk/color_dlg.c
parenta8635a17e77900bb63865919e8e5552982756459 (diff)
going to have a standard behaviour of the dialogs
(including remebering of the dialog size in recent file). for a first step, I replaced all window_new() calls from dialogs into dlg_window_new() ones, and removed all gtk_window_set_position calls, this should be done in a more generalized way svn path=/trunk/; revision=10964
Diffstat (limited to 'gtk/color_dlg.c')
-rw-r--r--gtk/color_dlg.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/color_dlg.c b/gtk/color_dlg.c
index 79feb05fc5..0b7ac8711e 100644
--- a/gtk/color_dlg.c
+++ b/gtk/color_dlg.c
@@ -1,7 +1,7 @@
/* color_dlg.c
* Definitions for dialog boxes for color filters
*
- * $Id: color_dlg.c,v 1.47 2004/05/01 17:22:09 obiot Exp $
+ * $Id: color_dlg.c,v 1.48 2004/05/22 19:56:18 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -1208,7 +1208,6 @@ edit_color_filter_dialog_new(GtkWidget *color_filters,
/* dialog window */
edit_dialog = dlg_window_new ("Ethereal: Edit Color Filter");
gtk_window_set_default_size(GTK_WINDOW(edit_dialog), 500, -1);
- /* gtk_window_set_position(GTK_WINDOW(edit_dialog), GTK_WIN_POS_MOUSE); */
OBJECT_SET_DATA(edit_dialog, "edit_dialog", edit_dialog);
colorf->edit_dialog = edit_dialog;