totem r5336 - in trunk: . src
- From: hadess svn gnome org
- To: svn-commits-list gnome org
- Subject: totem r5336 - in trunk: . src
- Date: Thu, 3 Apr 2008 20:05:33 +0100 (BST)
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]