changeset 424:26333110dfd2

2004-3-15 Brian Masney <masneyb@gftp.org> * src/gtk/misc-gtk.c (update_directory_download_progress) - center the progress dialog (closes #136370)
author masneyb
date Tue, 16 Mar 2004 02:38:52 +0000
parents 4cee2498761d
children 8fc4efa3f72d
files ChangeLog src/gtk/misc-gtk.c
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Mar 16 02:11:56 2004 +0000
+++ b/ChangeLog	Tue Mar 16 02:38:52 2004 +0000
@@ -1,4 +1,7 @@
 2004-3-15 Brian Masney <masneyb@gftp.org>
+	* src/gtk/misc-gtk.c (update_directory_download_progress) - center the
+	progress dialog (closes #136370)
+
 	* lib/gftp.h - if _FILE_OFFSET_BITS is > 32 and _LARGEFILE_SOURCE is 
 	not defined, define it
 
@@ -2272,7 +2275,7 @@
 
 	* cvsclean - added this script
 
-	* *.[ch] - added $Id: ChangeLog,v 1.231 2004/03/16 02:11:54 masneyb Exp $ tags
+	* *.[ch] - added $Id: ChangeLog,v 1.232 2004/03/16 02:38:51 masneyb Exp $ tags
 
 	* debian/* - updated files from Debian maintainer
 
--- a/src/gtk/misc-gtk.c	Tue Mar 16 02:11:56 2004 +0000
+++ b/src/gtk/misc-gtk.c	Tue Mar 16 02:38:52 2004 +0000
@@ -1114,6 +1114,7 @@
   if (dialog == NULL)
     {
       dialog = gtk_window_new (GTK_WINDOW_TOPLEVEL);
+      gtk_window_set_position (GTK_WINDOW (dialog), GTK_WIN_POS_CENTER);
 #if GTK_MAJOR_VERSION > 1
       gtk_window_set_decorated (GTK_WINDOW (dialog), 0);
 #endif