~am-monkeyd/marlin/marlin-gtk2-test

« back to all changes in this revision

Viewing changes to src/View/ViewContainer.vala

  • Committer: am.monkeyd at gmail
  • Date: 2011-03-23 18:03:03 UTC
  • Revision ID: am.monkeyd@gmail.com-20110323180303-qs0pbzv1s7484m0l
slot active/inactive signals triggering merge/unmerge menus

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
        public ViewContainer(Marlin.View.Window win, GLib.File location){
43
43
            window = win;
44
44
            /* set active tab */
45
 
            window.current_tab = this;
46
45
            browser = new Browser<string> ();
47
46
            label = new Gtk.Label("Loading...");
48
47
            change_view (view_mode, location);