[grisbi-cvs] grisbi/src fenetre_principale.c, 1.103, 1.104 Makefile.am, 1.150, 1.151 navigation.c, 1.106, 1.107
Martin Stromberger
fabiolla at users.sourceforge.net
Fri Dec 26 17:07:30 CET 2008
- Previous message: [grisbi-cvs] grisbi/src/plugins README,1.2,1.3
- Next message: [grisbi-cvs] grisbi/po cs.po, 1.12, 1.13 da.po, 1.19, 1.20 de.po, 1.48, 1.49 es.po, 1.50, 1.51 fa.po, 1.6, 1.7 fr.po, 1.112, 1.113 grisbi.pot, 1.53, 1.54 he.po, 1.12, 1.13 it.po, 1.12, 1.13 nl.po, 1.11, 1.12 pl.po, 1.17, 1.18 pt_BR.po, 1.14, 1.15 ro.po, 1.12, 1.13 ru.po, 1.11, 1.12 zh_CN.po, 1.6, 1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/grisbi/grisbi/src
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv15177/src
Modified Files:
fenetre_principale.c Makefile.am navigation.c
Log Message:
remove of g2banking
Index: fenetre_principale.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/fenetre_principale.c,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -d -r1.103 -r1.104
--- fenetre_principale.c 19 Oct 2008 21:36:13 -0000 1.103
+++ fenetre_principale.c 26 Dec 2008 16:07:27 -0000 1.104
@@ -228,8 +228,6 @@
* */
gboolean gsb_gui_fill_main_notebook ( GtkWidget *notebook )
{
- gsb_plugin * plugin;
-
/* append the main page */
gtk_notebook_append_page ( GTK_NOTEBOOK ( notebook ),
creation_onglet_accueil(),
@@ -292,20 +290,6 @@
creation_onglet_etats (),
gtk_label_new (SPACIFY(_("Reports"))) );
- /* append the g2banking page */
-#ifdef HAVE_PLUGINS
- plugin = gsb_plugin_find ( "g2banking" );
- if ( plugin )
- {
- GtkWidget * outbox = plugin -> plugin_run ( );
- if ( outbox )
- gtk_notebook_append_page ( GTK_NOTEBOOK ( notebook ),
- outbox,
- gtk_label_new (SPACIFY(_("Outbox")) ) );
- }
-
-#endif
-
return FALSE;
}
Index: navigation.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/navigation.c,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -d -r1.106 -r1.107
--- navigation.c 25 Dec 2008 23:14:58 -0000 1.106
+++ navigation.c 26 Dec 2008 16:07:28 -0000 1.107
@@ -1285,21 +1285,6 @@
remplit_arbre_imputation ();
break;
- case GSB_AQBANKING_PAGE:
- notice_debug ("Aqbanking page selected");
-
- /* set the title */
- /** FIXME (later) : define an api so that plugin register here itself. */
- if ( gsb_plugin_find ( "g2banking" ) )
- {
- title = g_strdup(_("AqBanking"));
- }
-
- /* what to be done if switch to that page */
- gsb_form_set_expander_visible (FALSE,
- FALSE );
- break;
-
case GSB_REPORTS_PAGE:
notice_debug ("Reports page selected");
Index: Makefile.am
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/Makefile.am,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -d -r1.150 -r1.151
--- Makefile.am 10 Nov 2008 14:30:50 -0000 1.150
+++ Makefile.am 26 Dec 2008 16:07:28 -0000 1.151
@@ -1,7 +1,7 @@
# Process this file with automake to produce Makefile.in
localedir = $(datadir)/locale
-INCLUDES = -I$(top_srcdir) -I$(includedir) -I../intl -DLOCALEDIR=\"$(localedir)\" -DPIXMAPS_DIR="\"$(datadir)/pixmaps/@PACKAGE@\"" -DPLUGINS_DIR="\"$(prefix)/lib/@PACKAGE@\"" -DLOGO_PATH="\"$(datadir)/pixmaps/@PACKAGE@/grisbi-logo.png\"" -DDATA_PATH="\"$(datadir)/@PACKAGE@\"" -DHELP_PATH="\"$(datadir)/doc/@PACKAGE@\"" -Wall @g2banking_includes@
+INCLUDES = -I$(top_srcdir) -I$(includedir) -I../intl -DLOCALEDIR=\"$(localedir)\" -DPIXMAPS_DIR="\"$(datadir)/pixmaps/@PACKAGE@\"" -DPLUGINS_DIR="\"$(prefix)/lib/@PACKAGE@\"" -DLOGO_PATH="\"$(datadir)/pixmaps/@PACKAGE@/grisbi-logo.png\"" -DDATA_PATH="\"$(datadir)/@PACKAGE@\"" -DHELP_PATH="\"$(datadir)/doc/@PACKAGE@\"" -Wall
bin_PROGRAMS = grisbi
# TODO: This manual setting of -Wl is a hack, I cannot get it from
@@ -293,6 +293,6 @@
mime_DATA = grisbi.keys grisbi.mime
if HAVE_PLUGINS
-SUBDIRS = plugins/g2banking plugins/gnucash plugins/ofx plugins/openssl
+SUBDIRS = plugins/gnucash plugins/ofx plugins/openssl
endif
- Previous message: [grisbi-cvs] grisbi/src/plugins README,1.2,1.3
- Next message: [grisbi-cvs] grisbi/po cs.po, 1.12, 1.13 da.po, 1.19, 1.20 de.po, 1.48, 1.49 es.po, 1.50, 1.51 fa.po, 1.6, 1.7 fr.po, 1.112, 1.113 grisbi.pot, 1.53, 1.54 he.po, 1.12, 1.13 it.po, 1.12, 1.13 nl.po, 1.11, 1.12 pl.po, 1.17, 1.18 pt_BR.po, 1.14, 1.15 ro.po, 1.12, 1.13 ru.po, 1.11, 1.12 zh_CN.po, 1.6, 1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs
mailing list