aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-text-event-processor-emacs-like.h
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2002-11-17 13:40:18 +0800
committerChris Toshok <toshok@src.gnome.org>2002-11-17 13:40:18 +0800
commit68b8639345327b84e0e524d29539e0aefbbfe3a1 (patch)
tree0f2a3eb2bac9b8c3ac78d5f85c3441f1268b9aa1 /e-util/e-text-event-processor-emacs-like.h
parenta01751b83a74b5f9f42e5f960b2cdb20e546133b (diff)
downloadgsoc2013-evolution-68b8639345327b84e0e524d29539e0aefbbfe3a1.tar
gsoc2013-evolution-68b8639345327b84e0e524d29539e0aefbbfe3a1.tar.gz
gsoc2013-evolution-68b8639345327b84e0e524d29539e0aefbbfe3a1.tar.bz2
gsoc2013-evolution-68b8639345327b84e0e524d29539e0aefbbfe3a1.tar.lz
gsoc2013-evolution-68b8639345327b84e0e524d29539e0aefbbfe3a1.tar.xz
gsoc2013-evolution-68b8639345327b84e0e524d29539e0aefbbfe3a1.tar.zst
gsoc2013-evolution-68b8639345327b84e0e524d29539e0aefbbfe3a1.zip
fix c&p typo.
2002-11-16 Chris Toshok <toshok@ximian.com> * gal/widgets/e-reflow.c (e_reflow_class_init): fix c&p typo. * gal/widgets/e-categories-master-list-dialog.c: switch to GtkDialogism's. * gal/widgets/gal-categories.[ch]: same. * gal/widgets/e-categories-master-list-dialog.glade: libglade-convert. * gal/widgets/e-categories.glade: same. * gal/util/e-text-event-processor.[ch]: subclass this from GObject. * gal/util/e-text-event-processor-emacs-like.[ch]: clean up the gtk cruft a bit. * gal/e-text/e-text.c (_get_tep): remove the _sink call. (e_text_init): same. * gal/e-text/e-text-model.[ch]: subclass this from GObject instead of GtkObject. svn path=/trunk/; revision=18808
Diffstat (limited to 'e-util/e-text-event-processor-emacs-like.h')
-rw-r--r--e-util/e-text-event-processor-emacs-like.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-text-event-processor-emacs-like.h b/e-util/e-text-event-processor-emacs-like.h
index 906c0d04b7..1fd74dacfe 100644
--- a/e-util/e-text-event-processor-emacs-like.h
+++ b/e-util/e-text-event-processor-emacs-like.h
@@ -59,7 +59,7 @@ struct _ETextEventProcessorEmacsLikeClass
};
-GtkType e_text_event_processor_emacs_like_get_type (void);
+GType e_text_event_processor_emacs_like_get_type (void);
ETextEventProcessor *e_text_event_processor_emacs_like_new (void);
#ifdef __cplusplus