parent
316ea78944
commit
f9d72a036d
@ -1 +1 @@
|
||||
file-roller-2.23.5.tar.bz2
|
||||
file-roller-2.23.6.tar.bz2
|
||||
|
@ -1,13 +0,0 @@
|
||||
Index: src/file-utils.h
|
||||
===================================================================
|
||||
--- src/file-utils.h (revision 2411)
|
||||
+++ src/file-utils.h (working copy)
|
||||
@@ -28,7 +28,7 @@
|
||||
#include <unistd.h>
|
||||
#include <gio/gio.h>
|
||||
|
||||
-#define MIME_TYPE_DIRECTORY "gnome-fs-directory"
|
||||
+#define MIME_TYPE_DIRECTORY "folder"
|
||||
#define MIME_TYPE_ARCHIVE "application/x-archive"
|
||||
|
||||
#define get_home_relative_path(x) \
|
@ -1,14 +0,0 @@
|
||||
Index: src/dlg-open-with.c
|
||||
===================================================================
|
||||
--- src/dlg-open-with.c (revision 2411)
|
||||
+++ src/dlg-open-with.c (working copy)
|
||||
@@ -410,6 +411,9 @@
|
||||
icon_image = get_icon_pixbuf (theme, G_THEMED_ICON (icon), icon_size);
|
||||
g_object_unref (icon);
|
||||
}
|
||||
+ else {
|
||||
+ icon_image = NULL;
|
||||
+ }
|
||||
|
||||
gtk_list_store_append (GTK_LIST_STORE (data->app_model),
|
||||
&iter);
|
Loading…
Reference in new issue