rhythmbox r5658 - in trunk: . plugins/mtpdevice
- From: jmatthew svn gnome org
- To: svn-commits-list gnome org
- Subject: rhythmbox r5658 - in trunk: . plugins/mtpdevice
- Date: Sun, 30 Mar 2008 22:11:25 +0100 (BST)
Author: jmatthew
Date: Sun Mar 30 22:11:24 2008
New Revision: 5658
URL: http://svn.gnome.org/viewvc/rhythmbox?rev=5658&view=rev
Log:
2008-03-31 Jonathan Matthew <jonathan d14n org>
* plugins/mtpdevice/rb-mtp-source.c: (impl_get_ui_actions):
Add the MTP source eject action to the toolbar, not the removable
source eject action. Fixes #525163.
Modified:
trunk/ChangeLog
trunk/plugins/mtpdevice/rb-mtp-source.c
Modified: trunk/plugins/mtpdevice/rb-mtp-source.c
==============================================================================
--- trunk/plugins/mtpdevice/rb-mtp-source.c (original)
+++ trunk/plugins/mtpdevice/rb-mtp-source.c Sun Mar 30 22:11:24 2008
@@ -499,7 +499,7 @@
{
GList *actions = NULL;
- actions = g_list_prepend (actions, g_strdup ("RemovableSourceEject"));
+ actions = g_list_prepend (actions, g_strdup ("MTPSourceEject"));
return actions;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]