~writer-devs/writer/trunk

« back to all changes in this revision

Viewing changes to src/Widgets/ImageToolBar.vala

  • Committer: Tuur Dutoit
  • Date: 2014-10-26 10:41:33 UTC
  • Revision ID: me@tuurdutoit.be-20141026104133-gzvzgh1m6ntrrc9o
Renamed Editor to TextEditor and EditorToolBar to TextToolBar

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
namespace Writer.Widgets {
31
31
    public class ImageToolBar : Gtk.Toolbar {
32
32
    
33
 
        private Editor editor;
 
33
        private TextEditor editor;
34
34
        public ModeButton align_button;
35
35
    
36
 
        public ImageToolBar (Editor editor) {
 
36
        public ImageToolBar (TextEditor editor) {
37
37
            this.editor = editor;
38
38
 
39
39
            var wrap_combobox = new Gtk.ComboBoxText ();