0.9.12cvs46.2

* src/main.c
* src/plugins/clamav/clamav_plugin_gtk.c
* src/plugins/dillo_viewer/dillo_viewer.c
* src/plugins/image_viewer/plugin.c
* src/plugins/mathml_viewer/mathml_viewer.c
* src/plugins/spamassassin/spamassassin_gtk.c
* src/plugins/trayicon/trayicon.c
        don't mix GTK1.2 plugin with GTK2 plugins
This commit is contained in:
Christoph Hohmann 2004-08-06 14:47:07 +00:00
parent e85d78572a
commit 9954fa7141
9 changed files with 20 additions and 9 deletions

View file

@ -1,3 +1,14 @@
2004-08-06 [christoph] 0.9.12cvs46.2
* src/main.c
* src/plugins/clamav/clamav_plugin_gtk.c
* src/plugins/dillo_viewer/dillo_viewer.c
* src/plugins/image_viewer/plugin.c
* src/plugins/mathml_viewer/mathml_viewer.c
* src/plugins/spamassassin/spamassassin_gtk.c
* src/plugins/trayicon/trayicon.c
don't mix GTK1.2 plugin with GTK2 plugins
2004-08-06 [colin] 0.9.12cvs46.1
* ChangeLog

View file

@ -13,7 +13,7 @@ INTERFACE_AGE=0
BINARY_AGE=0
EXTRA_VERSION=46
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=.1
EXTRA_GTK2_VERSION=.2
if test \( $EXTRA_VERSION -eq 0 \) -o \( "x$EXTRA_RELEASE" != "x" \); then
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}${EXTRA_RELEASE}${EXTRA_GTK2_VERSION}

View file

@ -367,7 +367,7 @@ int main(int argc, char *argv[])
prefs_toolbar_init();
plugin_load_all("GTK");
plugin_load_all("GTK2");
static_mainwindow = mainwin;
gtk_main();
@ -431,7 +431,7 @@ static void exit_sylpheed(MainWindow *mainwin)
main_window_destroy(mainwin);
plugin_unload_all("GTK");
plugin_unload_all("GTK2");
prefs_toolbar_done();

View file

@ -285,5 +285,5 @@ const gchar *plugin_desc(void)
const gchar *plugin_type(void)
{
return "GTK";
return "GTK2";
}

View file

@ -201,5 +201,5 @@ const gchar *plugin_desc(void)
const gchar *plugin_type(void)
{
return "GTK";
return "GTK2";
}

View file

@ -66,5 +66,5 @@ const gchar *plugin_desc(void)
const gchar *plugin_type(void)
{
return "GTK";
return "GTK2";
}

View file

@ -171,5 +171,5 @@ const gchar *plugin_desc(void)
const gchar *plugin_type(void)
{
return "GTK";
return "GTK2";
}

View file

@ -499,5 +499,5 @@ const gchar *plugin_desc(void)
const gchar *plugin_type(void)
{
return "GTK";
return "GTK2";
}

View file

@ -234,5 +234,5 @@ const gchar *plugin_desc(void)
const gchar *plugin_type(void)
{
return "GTK";
return "GTK2";
}