aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-02-15 22:29:15 +0000
committerGuy Harris <guy@alum.mit.edu>2006-02-15 22:29:15 +0000
commite6c66fec563a4b86f3930426e046c7539ecdfb40 (patch)
treeaf787d1eb13e4c16c25f3ed85d0043fbddcde309
parent8b09fb44e76bf487870b18b44e4238f3997c89a1 (diff)
Update a comment.
svn path=/trunk/; revision=17313
-rwxr-xr-xgtk/win32-file-dlg.c12
1 files changed, 9 insertions, 3 deletions
diff --git a/gtk/win32-file-dlg.c b/gtk/win32-file-dlg.c
index 9f7b554699..f1b03dce97 100755
--- a/gtk/win32-file-dlg.c
+++ b/gtk/win32-file-dlg.c
@@ -119,9 +119,15 @@ static packet_range_t range;
static merge_action_e merge_action;
static print_args_t print_args;
/* XXX - The reason g_sf_hwnd exists is so that we can call
- * file_set_save_marked_sensitive() from anywhere. However, the
- * save file dialog hogs the foreground, so this may not be
- * necessary.
+ * range_update_dynamics() from anywhere; it's currently
+ * static, but if we move to using the native Windows
+ * print dialog and put range widgets in it as well,
+ * it might be moved to a separate file.
+ *
+ * However, the save file dialog hogs the foreground, so
+ * this may not be necessary (and, in fact, the file dialogs
+ * should arguably be modal to the window for the file
+ * being opened/saved/etc., even on GTK+ 1.2[.x]).
*/
static HWND g_sf_hwnd = NULL;