mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-16 18:25:11 -06:00
2001-05-22 Dave Peticolas <dave@krondo.com>
* src/gnome/druid-qif-import.c: fix scrollbar bug git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4258 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
583aea011a
commit
f975251b65
@ -1,3 +1,7 @@
|
||||
2001-05-22 Dave Peticolas <dave@krondo.com>
|
||||
|
||||
* src/gnome/druid-qif-import.c: fix scrollbar bug
|
||||
|
||||
2001-05-21 Dave Peticolas <dave@krondo.com>
|
||||
|
||||
* src/gnome/window-main.c: remove cruft
|
||||
|
@ -872,7 +872,10 @@ update_file_page(QIFImportWindow * wind) {
|
||||
|
||||
if(sel_item >= 0) {
|
||||
gtk_clist_select_row(GTK_CLIST(wind->selected_file_list), sel_item, 0);
|
||||
}
|
||||
}
|
||||
|
||||
/* Wheee! Look at me! I'm a little one-line hack to make stuff work! */
|
||||
gtk_widget_queue_resize (wind->window);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user