summaryrefslogtreecommitdiffstats
path: root/mount-auth.patch
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@fedoraproject.org>2008-12-19 06:22:55 +0000
committerMatthias Clasen <mclasen@fedoraproject.org>2008-12-19 06:22:55 +0000
commit52fc8a80fe6a38e04f7aa6d344e2cd0e32d0c685 (patch)
tree2920e7139367f94e694ae712263dc781ca614496 /mount-auth.patch
parent89526a5bff73c7749de4b53f261e3b317787840d (diff)
Diffstat (limited to 'mount-auth.patch')
-rw-r--r--mount-auth.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/mount-auth.patch b/mount-auth.patch
deleted file mode 100644
index 6fc9ab1..0000000
--- a/mount-auth.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -up gnome-applets-2.24.0.1/drivemount/drive-button.c.mount-auth gnome-applets-2.24.0.1/drivemount/drive-button.c
---- gnome-applets-2.24.0.1/drivemount/drive-button.c.mount-auth 2008-09-26 15:37:51.000000000 -0400
-+++ gnome-applets-2.24.0.1/drivemount/drive-button.c 2008-09-26 15:39:15.000000000 -0400
-@@ -748,8 +748,10 @@ static void
- mount_drive (DriveButton *self, GtkWidget *item)
- {
- if (self->volume) {
-+ GMountOperation *mount_op = gtk_mount_operation_new (NULL);
- g_volume_mount (self->volume, G_MOUNT_MOUNT_NONE,
-- NULL, NULL, NULL, NULL);
-+ mount_op, NULL, NULL, NULL);
-+ g_object_unref (mount_op);
- } else {
- g_return_if_reached();
- }