[evince] view-presentation: fix an obvious typo
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince] view-presentation: fix an obvious typo
- Date: Sat, 24 Aug 2013 16:06:21 +0000 (UTC)
commit d511884bad6840da9d2813bbce7be796359a222b
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Sat Aug 24 09:05:07 2013 -0700
view-presentation: fix an obvious typo
Introduced in commit e57dce23c7791cefa68bd53a912aa75fb59ea97d
libview/ev-view-presentation.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libview/ev-view-presentation.h b/libview/ev-view-presentation.h
index 6c0d83f..f3f0ea9 100644
--- a/libview/ev-view-presentation.h
+++ b/libview/ev-view-presentation.h
@@ -32,7 +32,7 @@
G_BEGIN_DECLS
#define EV_TYPE_VIEW_PRESENTATION (ev_view_presentation_get_type ())
-#define EV_VIEW_PRESENTATION(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), EV_TYPE_VIEW,
EvViewPresentation))
+#define EV_VIEW_PRESENTATION(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), EV_TYPE_VIEW_PRESENTATION,
EvViewPresentation))
#define EV_IS_VIEW_PRESENTATION(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EV_TYPE_VIEW_PRESENTATION))
#define EV_VIEW_PRESENTATION_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), EV_TYPE_VIEW_PRESENTATION,
EvViewPresentationClass))
#define EV_IS_VIEW_PRESENTATION_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), EV_TYPE_VIEW_PRESENTATION))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]