summaryrefslogtreecommitdiff
path: root/thunar/thunar-icon-view.c
diff options
context:
space:
mode:
authorBenedikt Meurer <benny@xfce.org>2006-02-09 12:44:06 +0000
committerBenedikt Meurer <benny@xfce.org>2006-02-09 12:44:06 +0000
commita1ca291ff8c37b954b87915c6cda092b522fd6b5 (patch)
treee2a29ffb3dbb941b536d2ee0514f0166bb326f33 /thunar/thunar-icon-view.c
parent736ae7a33778f623e3f1d465435a8973aa298ef5 (diff)
downloadthunar-a1ca291ff8c37b954b87915c6cda092b522fd6b5.tar.gz
2006-02-09 Benedikt Meurer <benny@xfce.org>
* thunar/thunar-file.h: Use cast checks instead of type checks here, as they will be optimized away with regular builds. Debug builds will still include the checks. * thunar/thunar-application.c, thunar/thunar-chooser-button.c, thunar/thunar-chooser-dialog.c, thunar/thunar-chooser-model.c, thunar/thunar-clipboard-manager.c, thunar/thunar-create-dialog.c, thunar/thunar-emblem-chooser.c, thunar/thunar-file.c, thunar/thunar-folder.c, thunar/thunar-gobject-extensions.h, thunar/thunar-history.c, thunar/thunar-icon-factory.c, thunar/thunar-icon-renderer.c, thunar/thunar-icon-view.c, thunar/thunar-launcher.c, thunar/thunar-list-model.c, thunar/thunar-location-buttons.c, thunar/thunar-location-entry.c, thunar/thunar-path-entry.c, thunar/thunar-permissions-chooser.c, thunar/thunar-progress-dialog.c, thunar/thunar-properties-dialog.c, thunar/thunar-shortcuts-icon-renderer.c, thunar/thunar-shortcuts-pane.c, thunar/thunar-standard-view.c, thunar/thunar-statusbar.c, thunar/thunar-text-renderer.c, thunar/thunar-throbber.c, thunar/thunar-window.c: We don't need to implement G_OBJECT_WARN_INVALID_PROPERTY_ID() for regular builds, as GObject will perform the required checks, but we need it for debug builds to make sure the switch statement is complete. (Old svn revision: 19790)
Diffstat (limited to 'thunar/thunar-icon-view.c')
-rw-r--r--thunar/thunar-icon-view.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/thunar/thunar-icon-view.c b/thunar/thunar-icon-view.c
index b55b6700..facadecc 100644
--- a/thunar/thunar-icon-view.c
+++ b/thunar/thunar-icon-view.c
@@ -23,6 +23,7 @@
#include <gdk/gdkkeysyms.h>
+#include <thunar/thunar-gobject-extensions.h>
#include <thunar/thunar-gtk-extensions.h>
#include <thunar/thunar-icon-view.h>
#include <thunar/thunar-icon-view-ui.h>