create the toolbar with the rest of the UI

This commit is contained in:
Damien Churchill 2010-10-14 13:54:26 +01:00
parent a827cf6c7a
commit ae6837c88c
2 changed files with 1 additions and 2 deletions

View File

@ -190,5 +190,3 @@ Deluge.Toolbar = Ext.extend(Ext.Toolbar, {
deluge.add.show();
}
});
deluge.toolbar = new Deluge.Toolbar();

View File

@ -55,6 +55,7 @@ deluge.ui = {
deluge.preferences = new Deluge.preferences.PreferencesWindow();
deluge.sidebar = new Deluge.Sidebar();
deluge.statusbar = new Deluge.Statusbar();
deluge.toolbar = new Deluge.Toolbar();
this.MainPanel = new Ext.Panel({
id: 'mainPanel',