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  <[EMAIL PROTECTED]>

        * 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) {
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list

Want to limit the commits to a few modules? Go to above URL, log in to edit 
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development 
mailing list. Email [EMAIL PROTECTED] if interested.

Reply via email to