Use GtkSourceView for editor instead of GtkTextView
authorJose Dapena Paz <jdapena@igalia.com>
Sun, 10 May 2009 14:39:08 +0000 (16:39 +0200)
committerJose Dapena Paz <jdapena@igalia.com>
Sun, 10 May 2009 14:39:08 +0000 (16:39 +0200)
commitf64c740f4ee8ab71d5842f369beaced86ab521d5
tree5ad7b6a5574d48697200cbbeed673a212da25982
parent453ecff3704572133244f6aba94f87256e9f702a
Use GtkSourceView for editor instead of GtkTextView

* configure.ac: add detection of GtkSourceView dependency for gnome.
* src/gnome/modest-msg-edit-window.c: use GtkSourceView instead of TextView.
  We also set a visible margin of 78 characters (good hint for using
  typical standards on writing mails). Also fix priority settings.
* src/gnome/ui/modest-msg-edit-window-ui.xml: remove formatting options.
* src/widgets/modest-gtkhtml-msg-view.c: only show the priority in a separate
  line for hildon 2.2.
configure.ac
src/gnome/modest-msg-edit-window.c
src/gnome/ui/modest-msg-edit-window-ui.xml
src/widgets/modest-gtkhtml-msg-view.c