Created
August 27, 2008 07:11
-
-
Save yurenju/7442 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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