Skip to content
Snippets Groups Projects
Commit a1ca291f authored by Benedikt Meurer's avatar Benedikt Meurer
Browse files

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)
parent 736ae7a3
No related branches found
No related tags found
Loading
Showing
with 148 additions and 263 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment