gnome-panel r10801 - trunk/gnome-panel



Author: vuntz
Date: Sun Feb 10 22:16:56 2008
New Revision: 10801
URL: http://svn.gnome.org/viewvc/gnome-panel?rev=10801&view=rev

Log:
2008-02-10  Vincent Untz  <vuntz gnome org>

	* panel-menu-items.c: (panel_place_menu_item_append_local_gio): add
	back a string that was removed and will be used again soon. Right now,
	it's just sitting there, useless. But it's temporary :-)


Modified:
   trunk/gnome-panel/ChangeLog
   trunk/gnome-panel/panel-menu-items.c

Modified: trunk/gnome-panel/panel-menu-items.c
==============================================================================
--- trunk/gnome-panel/panel-menu-items.c	(original)
+++ trunk/gnome-panel/panel-menu-items.c	Sun Feb 10 22:16:56 2008
@@ -706,6 +706,9 @@
 	GList   *mounts;
 	GMount  *mount;
 
+	/* FIXME: use it for a submenu */
+	char *submenu_title = _("Removable Media");
+
 	/* first go through all connected drives */
 	drives = g_volume_monitor_get_connected_drives (place_item->priv->volume_monitor);
 	for (l = drives; l != NULL; l = l->next) {



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