mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
Tweak headers for latest gnome-vfs. I promise to stop messing with this
* libnautilus-private/nautilus-file.c, libnautilus-private/nautilus-link.c, libnautilus-private/nautilus-mime-actions.c: Tweak headers for latest gnome-vfs. I promise to stop messing with this now.
This commit is contained in:
parent
47188a9539
commit
f97df4131c
4 changed files with 10 additions and 4 deletions
|
@ -1,3 +1,10 @@
|
|||
2001-11-08 Maciej Stachowiak <mjs@noisehavoc.org>
|
||||
|
||||
* libnautilus-private/nautilus-file.c,
|
||||
libnautilus-private/nautilus-link.c,
|
||||
libnautilus-private/nautilus-mime-actions.c: Tweak headers for
|
||||
latest gnome-vfs. I promise to stop messing with this now.
|
||||
|
||||
2001-11-06 Darin Adler <darin@bentspoon.com>
|
||||
|
||||
* libnautilus-private/nautilus-find-icon-image.c: (read_details):
|
||||
|
|
|
@ -48,7 +48,6 @@
|
|||
#include <libgnome/gnome-i18n.h>
|
||||
#include <libgnomevfs/gnome-vfs-file-info.h>
|
||||
#include <libgnomevfs/gnome-vfs-mime-handlers.h>
|
||||
#include <libgnomevfs/gnome-vfs-mime.h>
|
||||
#include <libxml/parser.h>
|
||||
#include <pwd.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
@ -43,8 +43,8 @@
|
|||
#include <libxml/xmlmemory.h>
|
||||
#include <libgnome/gnome-i18n.h>
|
||||
#include <libgnome/gnome-util.h>
|
||||
#include <libgnomevfs/gnome-vfs-mime.h>
|
||||
#include <libgnomevfs/gnome-vfs-ops.h>
|
||||
#include <libgnomevfs/gnome-vfs-mime-utils.h>
|
||||
#include <libgnomevfs/gnome-vfs-utils.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
@ -134,7 +134,7 @@ nautilus_link_local_set_icon (const char *path, const char *icon_name)
|
|||
default:
|
||||
result = FALSE;
|
||||
}
|
||||
|
||||
|
||||
file = nautilus_file_get (path);
|
||||
attributes = g_list_prepend (NULL, NAUTILUS_FILE_ATTRIBUTE_ACTIVATION_URI);
|
||||
nautilus_file_invalidate_attributes (file, attributes);
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#include <eel/eel-glib-extensions.h>
|
||||
#include <eel/eel-string.h>
|
||||
#include <libgnomevfs/gnome-vfs-application-registry.h>
|
||||
#include <libgnomevfs/gnome-vfs-mime.h>
|
||||
#include <libgnomevfs/gnome-vfs-mime-handlers.h>
|
||||
#include <stdio.h>
|
||||
|
||||
static int gnome_vfs_mime_application_has_id (GnomeVFSMimeApplication *application,
|
||||
|
|
Loading…
Reference in a new issue