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:
Dave Peticolas 2001-05-22 07:34:22 +00:00
parent 583aea011a
commit f975251b65
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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);
}