summaryrefslogtreecommitdiff
path: root/src/nautilus-file-management-properties.h
diff options
context:
space:
mode:
authorArvind Samptur <arvind.samptur@wipro.com>2003-02-17 09:20:56 +0000
committerArvind Samptur <arvind@src.gnome.org>2003-02-17 09:20:56 +0000
commit14e2c3764f7968dfc28abe0c8118bded4e70413f (patch)
treece32dee0631f174a7a022ef5b2fcccfe004437a1 /src/nautilus-file-management-properties.h
parent9afb72f2bb881a630fb388635c9d7d922f503e56 (diff)
downloadnautilus-14e2c3764f7968dfc28abe0c8118bded4e70413f.tar.gz
Multi-head stuff done for the preferences dialog.
2003-02-17 Arvind Samptur <arvind.samptur@wipro.com> * src/nautilus-file-management-properties.[ch]: (nautilus_file_management_properties_dialog_setup): (nautilus_file_management_properties_dialog_show): * src/nautilus-window-menus.c: (preferences_callback): * src/nautilus-file-management-properties-main.c: (main): Multi-head stuff done for the preferences dialog. * libnautilus-private/nautilus-icon-dnd.c: (confirm_switch_to_manual_layout) Get the transient parent for the "Switch to Manual Layout ?" right. Patches approved by Dave Camp. #100343 and #106086.
Diffstat (limited to 'src/nautilus-file-management-properties.h')
-rw-r--r--src/nautilus-file-management-properties.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nautilus-file-management-properties.h b/src/nautilus-file-management-properties.h
index 556fdbf99..7baff45dc 100644
--- a/src/nautilus-file-management-properties.h
+++ b/src/nautilus-file-management-properties.h
@@ -26,10 +26,11 @@
#define NAUTILUS_FILE_MANAGEMENT_PROPERTIES_H
#include <glib-object.h>
+#include <gtk/gtkwindow.h>
G_BEGIN_DECLS
-void nautilus_file_management_properties_dialog_show (GCallback close_callback);
+void nautilus_file_management_properties_dialog_show (GCallback close_callback, GtkWindow *window);
G_END_DECLS