Author: benny
Date: 2007-01-11 14:26:32 +0000 (Thu, 11 Jan 2007)
New Revision: 24357

Modified:
   libexo/trunk/ChangeLog
   libexo/trunk/exo-mount/main.c
Log:
2007-01-11      Benedikt Meurer <[EMAIL PROTECTED]>

        * exo-mount/main.c(main): Fix unused label if HAL is not available.




Modified: libexo/trunk/ChangeLog
===================================================================
--- libexo/trunk/ChangeLog      2007-01-11 12:21:20 UTC (rev 24356)
+++ libexo/trunk/ChangeLog      2007-01-11 14:26:32 UTC (rev 24357)
@@ -1,5 +1,9 @@
 2007-01-11     Benedikt Meurer <[EMAIL PROTECTED]>
 
+       * exo-mount/main.c(main): Fix unused label if HAL is not available.
+
+2007-01-11     Benedikt Meurer <[EMAIL PROTECTED]>
+
        * exo/exo-mount-point.c(exo_mount_point_list_match_configured): Fix
          Linux build error.
 

Modified: libexo/trunk/exo-mount/main.c
===================================================================
--- libexo/trunk/exo-mount/main.c       2007-01-11 12:21:20 UTC (rev 24356)
+++ libexo/trunk/exo-mount/main.c       2007-01-11 14:26:32 UTC (rev 24357)
@@ -309,7 +309,10 @@
   /* check if we failed */
   if (G_UNLIKELY (err != NULL))
     {
-err0: /* check if we should display an error dialog */
+#ifdef HAVE_HAL
+err0:
+#endif
+      /* check if we should display an error dialog */
       if (G_LIKELY (!opt_noui))
         {
           /* make sure we can display a name */

_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to