mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
2001-10-22 Joshua Sled <jsled@asynchronous.org>
* src/gnome/window-main.c (gnc_ui_mainWindow_nextrun_cb): Removed obsolete dialog. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5711 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
ced5ea0167
commit
98a6062c43
@ -1,3 +1,8 @@
|
||||
2001-10-22 Joshua Sled <jsled@asynchronous.org>
|
||||
|
||||
* src/gnome/window-main.c (gnc_ui_mainWindow_nextrun_cb):
|
||||
Removed obsolete dialog.
|
||||
|
||||
2001-10-22 Joshua Sled <jsled@asynchronous.org>
|
||||
|
||||
* src/gnome/Makefile.am: Removed obsolete dialog-nextrun.{c,h}
|
||||
|
@ -1,29 +0,0 @@
|
||||
/********************************************************************\
|
||||
* dialog-nextrun.h - Beginnings of "since last run" dialog. *
|
||||
* Copyright (c) 2001 Joshua Sled <jsled@asynchronous.org> *
|
||||
* *
|
||||
* 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, contact: *
|
||||
* *
|
||||
* Free Software Foundation Voice: +1-617-542-5942 *
|
||||
* 59 Temple Place - Suite 330 Fax: +1-617-542-2652 *
|
||||
* Boston, MA 02111-1307, USA gnu@gnu.org *
|
||||
\********************************************************************/
|
||||
|
||||
#ifndef DIALOG_NEXTRUN_H
|
||||
#define DIALOG_NEXTRUN_H
|
||||
|
||||
void gnc_ui_nextrun_dialog_create( void );
|
||||
void gnc_ui_nextrun_guile_wrapper( char* );
|
||||
|
||||
#endif
|
@ -36,7 +36,6 @@
|
||||
#include "dialog-account.h"
|
||||
#include "dialog-fincalc.h"
|
||||
#include "dialog-find-transactions.h"
|
||||
#include "dialog-nextrun.h"
|
||||
#include "dialog-options.h"
|
||||
#include "dialog-scheduledxaction.h"
|
||||
#include "dialog-sxsincelast.h"
|
||||
@ -462,12 +461,6 @@ gnc_ui_mainWindow_scheduled_xaction_cb(GtkWidget *widget, gpointer data)
|
||||
gnc_ui_scheduled_xaction_dialog_create();
|
||||
}
|
||||
|
||||
static void
|
||||
gnc_ui_mainWindow_nextrun_cb (GtkWidget *widget, gpointer data)
|
||||
{
|
||||
gnc_ui_nextrun_dialog_create();
|
||||
}
|
||||
|
||||
static void
|
||||
gnc_main_window_gl_cb(GtkWidget *widget, gpointer data)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user