1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/sysutils/gnome-mount/files/patch-src_gnome-mount.c
Joe Marcus Clarke 0eb5e26a03 * Update to 0.6
* Fix NTFS mount permissions [1]

PR:		111451 [1]
Submitted by:	"Franz Klammer" <klammer@webonaut.com> [1]
2007-04-11 16:27:19 +00:00

21 lines
575 B
C

--- src/gnome-mount.c.orig Sun Sep 17 01:17:54 2006
+++ src/gnome-mount.c Sun Feb 11 01:03:16 2007
@@ -380,7 +385,7 @@ show_error_dialog_mount (LibHalVolume *v
} else if (strcmp (error_name, "org.freedesktop.Hal.Device.Volume.AlreadyMounted") == 0) {
/* don't show any dialog for this */
- gtk_widget_unref (w);
+ gtk_widget_destroy (w);
w = NULL;
#if 0
@@ -399,7 +404,7 @@ show_error_dialog_mount (LibHalVolume *v
*
* Don't show any dialog for this.
*/
- gtk_widget_unref (w);
+ gtk_widget_destroy (w);
w = NULL;
} else {