fix uninitialized variable
authorPaul Davis <paul@linuxaudiosystems.com>
Tue, 11 Sep 2007 18:42:38 +0000 (18:42 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 11 Sep 2007 18:42:38 +0000 (18:42 +0000)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2459 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/sfdb_ui.cc

index 830e4466570efe9279b4f4aeb6dc4fee74dfe19b..1e3887ab6bdee007ee3134eca73d6efba6d8f664 100644 (file)
@@ -348,7 +348,9 @@ SoundFileBrowser::SoundFileBrowser (Gtk::Window& parent, string title, ARDOUR::S
 {
        VBox* vbox;
        HBox* hbox;
-       
+
+       gm = 0;
+
        set_session (s);
        resetting_ourselves = false;