Module: deluge Branch: master Commit: ae6837c88cf6b0040057c6b8d51f0232e42b0288
Author: Damien Churchill <[email protected]> Date: Thu Oct 14 13:54:26 2010 +0100 create the toolbar with the rest of the UI --- deluge/ui/web/js/deluge-all/Toolbar.js | 2 -- deluge/ui/web/js/deluge-all/UI.js | 1 + 2 files changed, 1 insertions(+), 2 deletions(-) diff --git a/deluge/ui/web/js/deluge-all/Toolbar.js b/deluge/ui/web/js/deluge-all/Toolbar.js index 7e026d5..3558f28 100644 --- a/deluge/ui/web/js/deluge-all/Toolbar.js +++ b/deluge/ui/web/js/deluge-all/Toolbar.js @@ -190,5 +190,3 @@ Deluge.Toolbar = Ext.extend(Ext.Toolbar, { deluge.add.show(); } }); - -deluge.toolbar = new Deluge.Toolbar(); diff --git a/deluge/ui/web/js/deluge-all/UI.js b/deluge/ui/web/js/deluge-all/UI.js index 84e8c56..e8e86a5 100644 --- a/deluge/ui/web/js/deluge-all/UI.js +++ b/deluge/ui/web/js/deluge-all/UI.js @@ -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', -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.
