CVSROOT:        /cvs/gnome
Module name:    gnome-volume-manager
Changes by:     fejj    05/06/22 14:00:18

Modified files:
        .              : ChangeLog 
        src            : manager.c 

Log message:
2005-06-22  Jeffrey Stedfast  <[EMAIL PROTECTED]>

* src/manager.c: Make all functions that take a udi, device, and
mount_point argument use a consistant order: udi, device,
mount_point.
(main): Use g_signal_connect() rather than gtk_signal_connect()
since the latetr is deprecated since gtk2.
(gvm_run_command): Free the GError on error.
(gvm_run_command): Changed the order of the arguments to be a
little more logical (well, at least to me).
(gvm_run_command): Rewrote the loop to not require a strdup of the
command string and also fixed it such that the mount_point string
gets properly shell quoted so that mount points with spaces will
work as well as fixed to handle %% and properly handle other
unknown %-cases to avoid getting into an infinite loop.
(mount_all): Don't leak the fsusage property string.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=gnome-volume-manager&who=fejj&date=explicit&mindate=2005-06-22%2013:59&maxdate=2005-06-22%2014:01

_______________________________________________
cvs-commits-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/cvs-commits-list

Reply via email to