Patch for disks utility

Ken VanDine <[email protected]> Thu, 03 Nov 2005 14:56:21 -0500
Newsgroups gmane.comp.gnome.system-tools
Message-ID <1131047782.11283.13.camel@chtd-kvandine2>
There seems to be a problem in the Disks utility that causes it to open
a nautilus window for each partition when the app is loaded.  Most of
them fail the first time.  This patch appears to fix it.

Thanks,
--Ken

_______________________________________________
system-tools-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/system-tools-list
disks-fix.patch (text/x-patch, 602 B)
diff -Naur gnome-system-tools-1.4.0.orig/src/disks/disks-gui.c gnome-system-tools-1.4.0/src/disks/disks-gui.c
--- gnome-system-tools-1.4.0.orig/src/disks/disks-gui.c	2005-08-08 15:00:02.000000000 -0400
+++ gnome-system-tools-1.4.0/src/disks/disks-gui.c	2005-10-30 22:12:27.000000000 -0500
@@ -1058,7 +1058,7 @@
 	gst_disks_gui_setup_mounted (status_label, mount_button, mounted);
 
 	if (mounted) {
-		gtk_widget_set_sensitive (browse_button, TRUE);
+		/* gtk_widget_set_sensitive (browse_button, TRUE); */
 		
 		gtk_progress_bar_set_fraction (
 			GTK_PROGRESS_BAR (size_progress), 1.0);
signature.asc (application/pgp-signature, 189 B)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQBDamtlfgHyklDlr1ARAlRQAJ9dzajNqxdhQ88t3179VpCltIGhlwCfbDCm
Ys+lSwrJM8m93s+pNZjC3cM=
=+1y4
-----END PGP SIGNATURE-----