[anjuta] bgo #550715 - Smaller icons in plugin list.



commit cc993219442ab49e30c93c541b4baa0eb7c1c643
Author: Ben Van Mechelen <me benvm be>
Date:   Tue Feb 9 04:04:22 2010 +0100

    bgo #550715 - Smaller icons in plugin list.

 libanjuta/anjuta-plugin-manager.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libanjuta/anjuta-plugin-manager.c b/libanjuta/anjuta-plugin-manager.c
index 32977da..4f59fa5 100644
--- a/libanjuta/anjuta-plugin-manager.c
+++ b/libanjuta/anjuta-plugin-manager.c
@@ -997,7 +997,7 @@ populate_plugin_model (AnjutaPluginManager *plugin_manager,
 				{
 					GdkPixbuf *icon;
 					icon = gdk_pixbuf_new_from_file_at_size (anjuta_plugin_handle_get_icon_path (plugin),
-															 48, 48, NULL);
+															 32, 32, NULL);
 					if (icon) {
 						gtk_list_store_set (store, &iter,
 											COL_ICON, icon, -1);
@@ -1071,7 +1071,7 @@ foreach_remembered_plugin (gpointer key, gpointer value, gpointer user_data)
 		{
 			GdkPixbuf *icon;
 			icon = gdk_pixbuf_new_from_file_at_size (anjuta_plugin_handle_get_icon_path (plugin),
-													 48, 48, NULL);
+													 32, 32, NULL);
 			if (icon) {
 				gtk_list_store_set (store, &iter,
 									COL_REM_ICON, icon, -1);



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