totem r5336 - in trunk: . src



Author: hadess
Date: Thu Apr  3 20:05:32 2008
New Revision: 5336
URL: http://svn.gnome.org/viewvc/totem?rev=5336&view=rev

Log:
2008-04-03  Bastien Nocera  <hadess hadess net>

	* src/totem-menu.c (add_drive_to_menu): Remove debug



Modified:
   trunk/ChangeLog
   trunk/src/totem-menu.c

Modified: trunk/src/totem-menu.c
==============================================================================
--- trunk/src/totem-menu.c	(original)
+++ trunk/src/totem-menu.c	Thu Apr  3 20:05:32 2008
@@ -805,18 +805,12 @@
 
 			mount = g_volume_get_mount (i->data);
 			if (mount != NULL) {
-				char *path;
-
 				root = g_mount_get_root (mount);
 				g_object_unref (mount);
 
-				path = g_file_get_path (root);
 				if (g_file_has_uri_scheme (root, "burn") != FALSE || g_file_has_uri_scheme (root, "cdda") != FALSE)
 					disabled = TRUE;
 				g_object_unref (root);
-
-				g_message ("device path: %s", path);
-				g_free (path);
 			}
 		}
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]