Skip to content

Instantly share code, notes, and snippets.

@yurenju
Created August 27, 2008 07:11
Show Gist options
  • Save yurenju/7442 to your computer and use it in GitHub Desktop.
Save yurenju/7442 to your computer and use it in GitHub Desktop.
Index: src/vfs-utils.c
===================================================================
--- src/vfs-utils.c (revision 838)
+++ src/vfs-utils.c (working copy)
@@ -35,7 +35,7 @@
file = gtk_icon_info_get_filename( inf );
if( G_LIKELY( file ) )
- icon = gdk_pixbuf_new_from_file( file, NULL );
+ icon = gdk_pixbuf_new_from_file_at_scale(file, size, size, TRUE, NULL);
else
icon = gtk_icon_info_get_builtin_pixbuf( inf );
gtk_icon_info_free( inf );
Index: data/launcher.menu
===================================================================
--- data/launcher.menu (revision 838)
+++ data/launcher.menu (working copy)
@@ -160,6 +160,11 @@
<Include>
<And>
<Category>System</Category>
+ <Not><Category>Game</Category></Not>
+ </And>
+ </Include>
+ <Include>
+ <And>
<Category>Settings</Category>
<Not><Category>Game</Category></Not>
</And>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment