summaryrefslogtreecommitdiff
path: root/src/nautilus-trash-bar.h
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2015-08-16 17:42:39 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2015-08-17 09:27:46 -0300
commita96615f8f86774033941cb50c9d210b08895ba27 (patch)
treefe067d08d949efae9c39d45cd7adae1ce20d23b5 /src/nautilus-trash-bar.h
parent271f45a5d304a436f3d369e6b3b984aeb77ab1ba (diff)
downloadnautilus-a96615f8f86774033941cb50c9d210b08895ba27.tar.gz
files-view: rename from NautilusView
NautilusView is the proposed name for the new interface that will cover NautilusFilesView and NautilusPlacesView. The current NautilusView name, however, will crash with the proposed interface name. Fix that by changing the class name to NautilusFilesView. As an easter egg, makes it match the current Nautilus code style.
Diffstat (limited to 'src/nautilus-trash-bar.h')
-rw-r--r--src/nautilus-trash-bar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nautilus-trash-bar.h b/src/nautilus-trash-bar.h
index 9190415fd..234cc84d0 100644
--- a/src/nautilus-trash-bar.h
+++ b/src/nautilus-trash-bar.h
@@ -22,7 +22,7 @@
#ifndef __NAUTILUS_TRASH_BAR_H
#define __NAUTILUS_TRASH_BAR_H
-#include "nautilus-view.h"
+#include "nautilus-files-view.h"
#include <gtk/gtk.h>
@@ -51,7 +51,7 @@ typedef struct
GType nautilus_trash_bar_get_type (void) G_GNUC_CONST;
-GtkWidget *nautilus_trash_bar_new (NautilusView *view);
+GtkWidget *nautilus_trash_bar_new (NautilusFilesView *view);
G_END_DECLS