X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Freindex.C;fp=cinelerra-5.1%2Fcinelerra%2Freindex.C;h=5112b12bc8f2d3a938ed9dec0ec7cd2254de6ab1;hb=21c2e6b36d6a96c2f662a89459d607b5a387f4eb;hp=2bf60d05f6f18910b87faa0d0a2c9d8795ed13f6;hpb=5a1b2bb96f2bd6b7ef4f8031763683726c02219d;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/reindex.C b/cinelerra-5.1/cinelerra/reindex.C index 2bf60d05..5112b12b 100644 --- a/cinelerra-5.1/cinelerra/reindex.C +++ b/cinelerra-5.1/cinelerra/reindex.C @@ -2,21 +2,21 @@ /* * CINELERRA * Copyright (C) 2008 Adam Williams - * + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * */ #include "reindex.h" @@ -43,7 +43,7 @@ ReIndex::handle_event() { start(); } void ReIndex::run() { int result; - + if(mwindow->gui) mwindow->gui->disable_window(); if(mwindow->gui) mwindow->lock_resize(); @@ -52,7 +52,7 @@ void ReIndex::run() window.create_objects(); result = window.run_window(); } - + if(!result) // user didn't cancel { // ========== need pointers since mainmenu is created after tracks @@ -81,7 +81,7 @@ ReIndexWindow::~ReIndexWindow() ReIndexWindow::create_objects() { BC_SubWindow *subwindow; - + add_subwindow(subwindow = new BC_SubWindow(0, 0, w, h, MEGREY)); subwindow->add_subwindow(new BC_Title(5, 5, _("Redraw all indexes for the current project?"))); subwindow->add_subwindow(ok = new ReIndexOkButton(this));