gnucash master: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Thu Mar 16 13:18:45 EDT 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/86fbcb08 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/dd9b8adc (commit)
	from  https://github.com/Gnucash/gnucash/commit/2b4137c5 (commit)



commit 86fbcb0892cc890116d283d63c6ed492315349f0
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Sat Mar 11 16:40:57 2017 +0100

    Csv Import - drop another reference to the no longer used lib/stf

diff --git a/src/import-export/csv-imp/test/Makefile.am b/src/import-export/csv-imp/test/Makefile.am
index f489e59..6ad332e 100644
--- a/src/import-export/csv-imp/test/Makefile.am
+++ b/src/import-export/csv-imp/test/Makefile.am
@@ -107,7 +107,6 @@ GNC_TEST_DEPS = \
 --library-dir    ${top_builddir}/src/core-utils \
 --library-dir    ${top_builddir}/src/gnc-module \
 --library-dir    ${top_builddir}/src/libqof/qof \
---library-dir    ${top_builddir}/lib/stf
 
 TESTS_ENVIRONMENT = \
   SRCDIR=${srcdir} \

commit dd9b8adc2a36137fa4758e28968f7a7f198db337
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Mon Mar 13 11:32:24 2017 +0100

    Csv Import - Fix doxygen comment

diff --git a/src/import-export/csv-imp/assistant-csv-trans-import.cpp b/src/import-export/csv-imp/assistant-csv-trans-import.cpp
index 6dbe0fd..8014182 100644
--- a/src/import-export/csv-imp/assistant-csv-trans-import.cpp
+++ b/src/import-export/csv-imp/assistant-csv-trans-import.cpp
@@ -1276,11 +1276,7 @@ CsvImpTransAssist::preview_split_column (int col, int offset)
 /** Event handler for clicking on column headers. This function is
  * called whenever the user clicks on column headers in
  * preview->treeview to modify columns when in fixed-width mode.
- * @param button The button at the top of a column of the treeview
  * @param event The event that happened (where the user clicked)
- * @param info The data being configured
- * @returns true if further processing of this even should stop, false
- *               if other event handlers can have a go at this as well
  */
 void
 CsvImpTransAssist::preview_update_fw_columns (GtkTreeView* treeview, GdkEventButton* event)



Summary of changes:
 src/import-export/csv-imp/assistant-csv-trans-import.cpp | 4 ----
 src/import-export/csv-imp/test/Makefile.am               | 1 -
 2 files changed, 5 deletions(-)



More information about the gnucash-changes mailing list