mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Ignore parameter button when there are no parameters.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3357 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
f81b34ffac
commit
2810543bbb
@ -267,6 +267,8 @@ gnc_report_window_button_cb(gnc_html * html, GdkEventButton * event,
|
||||
static int
|
||||
gnc_report_window_params_cb(GtkWidget * w, gpointer data) {
|
||||
gnc_report_window * win = data;
|
||||
if (!win->option_dialog)
|
||||
return TRUE;
|
||||
gtk_widget_show(gnc_options_dialog_widget(win->option_dialog));
|
||||
gtk_paned_set_position(GTK_PANED(win->paned), 400);
|
||||
return TRUE;
|
||||
|
Loading…
Reference in New Issue
Block a user