Hello community, here is the log from the commit of package gnome-main-menu checked in at Mon Sep 29 19:34:59 CEST 2008. -------- --- GNOME/gnome-main-menu/gnome-main-menu.changes 2008-09-13 07:02:24.000000000 +0200 +++ /mounts/work_src_done/STABLE/gnome-main-menu/gnome-main-menu.changes 2008-09-28 03:14:18.000000000 +0200 @@ -1,0 +2,5 @@ +Sat Sep 27 06:52:02 CEST 2008 - sreeves@suse.de + +- Fix missing icon and tooltip from FATE#303677 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-main-menu.spec ++++++ --- /var/tmp/diff_new_pack.qE1137/_old 2008-09-29 19:31:29.000000000 +0200 +++ /var/tmp/diff_new_pack.qE1137/_new 2008-09-29 19:31:29.000000000 +0200 @@ -27,7 +27,7 @@ Group: System/GUI/GNOME AutoReqProv: on Version: 0.9.11 -Release: 14 +Release: 17 Summary: The GNOME Desktop Menu Source: %{name}-%{version}.tar.bz2 Source1: system-items-opensuse.xbel @@ -171,6 +171,8 @@ %{_prefix}/%{_lib}/nautilus/extensions-1.0/*.la %changelog +* Sat Sep 27 2008 sreeves@suse.de +- Fix missing icon and tooltip from FATE#303677 * Sat Sep 13 2008 sreeves@suse.de - Show network documents in recent section - FATE#303677 - Move to 0.9.11 ++++++ FATE_303677.patch ++++++ --- /var/tmp/diff_new_pack.qE1137/_old 2008-09-29 19:31:29.000000000 +0200 +++ /var/tmp/diff_new_pack.qE1137/_new 2008-09-29 19:31:29.000000000 +0200 @@ -30,7 +30,45 @@ =================================================================== --- libslab/document-tile.c (revision 501) +++ libslab/document-tile.c (working copy) -@@ -881,30 +881,29 @@ +@@ -139,8 +139,8 @@ + gchar *markup; + + AtkObject *accessible; +- +- gchar *filename; ++ ++ GFile * file; + gchar *tooltip_text; + + libslab_checkpoint ("document_tile_new(): start"); +@@ -158,14 +158,9 @@ + time_str = create_subheader_string (modified); + subheader = create_subheader (time_str); + +- filename = g_filename_from_uri (uri, NULL, NULL); +- +- if (filename) +- tooltip_text = g_filename_to_utf8 (filename, -1, NULL, NULL, NULL); +- else +- tooltip_text = NULL; +- +- g_free (filename); ++ file = g_file_new_for_uri (uri); ++ tooltip_text = g_file_get_parse_name (file); ++ g_object_unref (file); + + context_menu = GTK_MENU (gtk_menu_new ()); + +@@ -417,7 +412,7 @@ + + libslab_checkpoint ("document-tile.c: load_image(): start for %s", TILE (tile)->uri); + +- if (priv->force_icon_name || ! priv->mime_type || ! strstr (TILE (tile)->uri, "file://")) { ++ if (priv->force_icon_name || ! priv->mime_type) { + if (priv->force_icon_name) + icon_id = priv->force_icon_name; + else +@@ -881,30 +876,29 @@ static void open_in_file_manager_trigger (Tile *tile, TileEvent *event, TileAction *action) { ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de