gnome-panel r10832 - trunk/gnome-panel
- From: vuntz svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-panel r10832 - trunk/gnome-panel
- Date: Tue, 12 Feb 2008 23:11:22 +0000 (GMT)
Author: vuntz
Date: Tue Feb 12 23:11:22 2008
New Revision: 10832
URL: http://svn.gnome.org/viewvc/gnome-panel?rev=10832&view=rev
Log:
2008-02-13 Vincent Untz <vuntz gnome org>
* panel-menu-items.c: (panel_place_menu_item_append_gtk_bookmarks):
* panel-recent.c: (show_uri):
Add FIXME for really minor things to handle in the future...
Modified:
trunk/gnome-panel/ChangeLog
trunk/gnome-panel/panel-menu-items.c
trunk/gnome-panel/panel-recent.c
Modified: trunk/gnome-panel/panel-menu-items.c
==============================================================================
--- trunk/gnome-panel/panel-menu-items.c (original)
+++ trunk/gnome-panel/panel-menu-items.c Tue Feb 12 23:11:22 2008
@@ -461,6 +461,8 @@
}
icon = panel_util_get_icon_for_uri (bookmark->full_uri);
+ /*FIXME: we should probably get a GIcon if possible, so that we
+ * have customized icons for cd-rom, eg */
if (!icon)
icon = g_strdup (PANEL_ICON_FOLDER);
Modified: trunk/gnome-panel/panel-recent.c
==============================================================================
--- trunk/gnome-panel/panel-recent.c (original)
+++ trunk/gnome-panel/panel-recent.c Tue Feb 12 23:11:22 2008
@@ -54,6 +54,7 @@
env = panel_make_environment_for_screen (screen, NULL);
+ //FIXME: would g_app_info_launch_default_for_uri() be enough?
uris = g_list_append (uris, (gpointer)uri);
//FIXME: use GdkAppLaunchContext
ret = g_app_info_launch_uris (app, uris, NULL, error);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]