gnome-main-menu r434 - trunk/libslab
- From: federico svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-main-menu r434 - trunk/libslab
- Date: Sat, 5 Apr 2008 00:45:28 +0100 (BST)
Author: federico
Date: Sat Apr 5 00:45:28 2008
New Revision: 434
URL: http://svn.gnome.org/viewvc/gnome-main-menu?rev=434&view=rev
Log:
Don't load the image/thumbnail in document_tile_new() The image is loaded in document_tile_style_set() anyway, so this avoids loading images twice.
Signed-off-by: Federico Mena Quintero <federico gnu org>
Modified:
trunk/libslab/document-tile.c
Modified: trunk/libslab/document-tile.c
==============================================================================
--- trunk/libslab/document-tile.c (original)
+++ trunk/libslab/document-tile.c Sat Apr 5 00:45:28 2008
@@ -295,8 +295,6 @@
gtk_widget_show_all (GTK_WIDGET (TILE (this)->context_menu));
- load_image (this);
-
accessible = gtk_widget_get_accessible (GTK_WIDGET (this));
if (basename)
atk_object_set_name (accessible, basename);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]