summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2004-08-30 09:09:43 +0000
committerAlexander Larsson <alexl@src.gnome.org>2004-08-30 09:09:43 +0000
commit5e8d78e94d3e6ef515d0a5fc049cf0fc2fd6b6a3 (patch)
tree791a43766a4554e89332a68af86f49be2914a4fd /src
parent03956539bd13b867f5a323f8139ec7c1c6cd6c53 (diff)
downloadnautilus-5e8d78e94d3e6ef515d0a5fc049cf0fc2fd6b6a3.tar.gz
Don't make progress dialogs transient for the desktop.
2004-08-30 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-file-operations.c: (create_transfer_dialog): * src/nautilus-desktop-window.c: (nautilus_desktop_window_instance_init): Don't make progress dialogs transient for the desktop.
Diffstat (limited to 'src')
-rw-r--r--src/nautilus-desktop-window.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nautilus-desktop-window.c b/src/nautilus-desktop-window.c
index 9d033e94d..9d921ceed 100644
--- a/src/nautilus-desktop-window.c
+++ b/src/nautilus-desktop-window.c
@@ -60,6 +60,9 @@ nautilus_desktop_window_instance_init (NautilusDesktopWindow *window)
*/
gtk_window_set_resizable (GTK_WINDOW (window),
FALSE);
+
+ g_object_set_data (G_OBJECT (window), "is_desktop_window",
+ GINT_TO_POINTER (1));
}
static gint