~midori/midori/cmake-make-dist

« back to all changes in this revision

Viewing changes to extensions/devpet.vala

  • Committer: Tarmac
  • Author(s): Paweł Forysiuk, Christian Dywan
  • Date: 2013-11-05 18:00:59 UTC
  • mfrom: (6448.1.33 less-warnings)
  • Revision ID: tarmac-20131105180059-dypdrl07lyejesr3
Resolve compiler warnings in current trunk

Add EXTRA_WARNINGS flag to increase verbosity
Respect VALAC for the Vala compiler if defined
Sort out Vala 0.16 build issues
Make warnings fatal for bzr builds

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
            this.destroy ();
75
75
        }
76
76
 
 
77
        #if HAVE_EXECINFO_H
77
78
        private void row_activated (Gtk.TreePath path, Gtk.TreeViewColumn column) {
78
79
            Gtk.TreeIter iter;
79
80
            if (this.manager.list_store.get_iter (out iter, path)) {
87
88
                data_window.show ();
88
89
            }
89
90
        }
 
91
        #endif
90
92
 
91
93
        private void create_content () {
92
94
            this.title = "Midori - DevPet";