[Goodies-commits] r5138 - xfburn/trunk/xfburn

David Mohr squisher at xfce.org
Fri Jul 18 18:38:18 CEST 2008


Author: squisher
Date: 2008-07-18 16:38:18 +0000 (Fri, 18 Jul 2008)
New Revision: 5138

Modified:
   xfburn/trunk/xfburn/xfburn-device-list.c
   xfburn/trunk/xfburn/xfburn-main.c
Log:
Make Mario's message about permissions from r5133 more visible

Modified: xfburn/trunk/xfburn/xfburn-device-list.c
===================================================================
--- xfburn/trunk/xfburn/xfburn-device-list.c	2008-07-18 14:06:27 UTC (rev 5137)
+++ xfburn/trunk/xfburn/xfburn-device-list.c	2008-07-18 16:38:18 UTC (rev 5138)
@@ -268,8 +268,7 @@
     g_warning ("An error occurred while scanning for available drives!");
 
   if (n_drives < 1) {
-    g_warning ("No drives were found!");
-    DBG ("Check if you have r/w permissions to optical drives!");
+    g_warning ("No drives were found! If this is in error, check the permissions.");
   }
 
   for (i = 0; i < n_drives; i++) {

Modified: xfburn/trunk/xfburn/xfburn-main.c
===================================================================
--- xfburn/trunk/xfburn/xfburn-main.c	2008-07-18 14:06:27 UTC (rev 5137)
+++ xfburn/trunk/xfburn/xfburn-main.c	2008-07-18 16:38:18 UTC (rev 5138)
@@ -183,7 +183,7 @@
                                     GTK_BUTTONS_CLOSE,
                                     ((const gchar *) _("No drives are currently available!")));
     gtk_message_dialog_format_secondary_text (dialog,
-                                    _("Maybe there is a mounted media in the drive?\n\nPlease unmount and restart the application."));
+                                    _("Maybe there is a mounted media in the drive?\n\nPlease unmount and restart the application.\n\nIf no media is inserted, check that you have r/w access to the drive with the current user."));
     gtk_dialog_run (GTK_DIALOG (dialog));
     gtk_widget_destroy (GTK_WIDGET (dialog));
   }




More information about the Goodies-commits mailing list