diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-11-09 21:48:33 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-01-25 23:28:26 +0800 |
commit | 753c60fc67a0a56a5f119c14ffa54ea9af95c208 (patch) | |
tree | 68b53c740bcbd3cff0f863ba72a5a2b3d49f3e56 /plugins | |
parent | dfc28aa9cefad63fb0fc926ce725f7cad8125cb0 (diff) | |
download | gsoc2013-evolution-753c60fc67a0a56a5f119c14ffa54ea9af95c208.tar.gz gsoc2013-evolution-753c60fc67a0a56a5f119c14ffa54ea9af95c208.tar.zst gsoc2013-evolution-753c60fc67a0a56a5f119c14ffa54ea9af95c208.zip |
Drop backward-compatibility cruft.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/backup-restore/backup.c | 3 | ||||
-rw-r--r-- | plugins/caldav/caldav-browse-server.c | 1 | ||||
-rw-r--r-- | plugins/calendar-file/calendar-file.c | 3 | ||||
-rw-r--r-- | plugins/calendar-weather/calendar-weather.c | 3 | ||||
-rw-r--r-- | plugins/email-custom-header/email-custom-header.c | 3 | ||||
-rw-r--r-- | plugins/external-editor/external-editor.c | 3 | ||||
-rw-r--r-- | plugins/google-account-setup/google-contacts-source.c | 3 | ||||
-rw-r--r-- | plugins/mark-all-read/mark-all-read.c | 6 | ||||
-rw-r--r-- | plugins/publish-calendar/url-editor-dialog.c | 6 |
9 files changed, 0 insertions, 31 deletions
diff --git a/plugins/backup-restore/backup.c b/plugins/backup-restore/backup.c index 555eebe2d8..9334de3b20 100644 --- a/plugins/backup-restore/backup.c +++ b/plugins/backup-restore/backup.c @@ -709,9 +709,6 @@ main (gint argc, gchar **argv) GTK_RESPONSE_REJECT, NULL); -#if !GTK_CHECK_VERSION(2,90,7) - g_object_set (progress_dialog, "has-separator", FALSE, NULL); -#endif gtk_container_set_border_width (GTK_CONTAINER (progress_dialog), 12); action_area = gtk_dialog_get_action_area ( diff --git a/plugins/caldav/caldav-browse-server.c b/plugins/caldav/caldav-browse-server.c index 46c7c9f923..95937e0dbf 100644 --- a/plugins/caldav/caldav-browse-server.c +++ b/plugins/caldav/caldav-browse-server.c @@ -40,7 +40,6 @@ #include <e-util/e-dialog-utils.h> #include <e-util/e-account-utils.h> -#include <e-util/gtk-compat.h> #include "caldav-browse-server.h" diff --git a/plugins/calendar-file/calendar-file.c b/plugins/calendar-file/calendar-file.c index b554843d65..e81411a153 100644 --- a/plugins/calendar-file/calendar-file.c +++ b/plugins/calendar-file/calendar-file.c @@ -27,9 +27,6 @@ #include <glib/gi18n.h> #include <string.h> -/* backward-compatibility cruft */ -#include "e-util/gtk-compat.h" - gint e_plugin_lib_enable (EPlugin *ep, gint enable); gint diff --git a/plugins/calendar-weather/calendar-weather.c b/plugins/calendar-weather/calendar-weather.c index 3dda9ebd4a..45cb5c48ed 100644 --- a/plugins/calendar-weather/calendar-weather.c +++ b/plugins/calendar-weather/calendar-weather.c @@ -37,9 +37,6 @@ #include <libgweather/gweather-xml.h> #undef GWEATHER_I_KNOW_THIS_IS_UNSTABLE -/* backward-compatibility cruft */ -#include "e-util/gtk-compat.h" - GtkWidget *e_calendar_weather_location (EPlugin *epl, EConfigHookItemFactoryData *data); GtkWidget *e_calendar_weather_refresh (EPlugin *epl, EConfigHookItemFactoryData *data); GtkWidget *e_calendar_weather_units (EPlugin *epl, EConfigHookItemFactoryData *data); diff --git a/plugins/email-custom-header/email-custom-header.c b/plugins/email-custom-header/email-custom-header.c index 6deb67a8e6..24e76e3d6c 100644 --- a/plugins/email-custom-header/email-custom-header.c +++ b/plugins/email-custom-header/email-custom-header.c @@ -35,9 +35,6 @@ #include "e-util/e-util.h" #include "email-custom-header.h" -/* backward-compatibility cruft */ -#include "e-util/gtk-compat.h" - #define d(x) #define GCONF_KEY_CUSTOM_HEADER "/apps/evolution/eplugin/email_custom_header/customHeader" diff --git a/plugins/external-editor/external-editor.c b/plugins/external-editor/external-editor.c index 97ddc5b8a2..be215706ba 100644 --- a/plugins/external-editor/external-editor.c +++ b/plugins/external-editor/external-editor.c @@ -47,9 +47,6 @@ #include <gconf/gconf-client.h> -/* backward-compatibility cruft */ -#include "e-util/gtk-compat.h" - #define d(x) #define EDITOR_GCONF_KEY_COMMAND "/apps/evolution/eplugin/external-editor/editor-command" diff --git a/plugins/google-account-setup/google-contacts-source.c b/plugins/google-account-setup/google-contacts-source.c index 0fe49911b0..85e52df1c3 100644 --- a/plugins/google-account-setup/google-contacts-source.c +++ b/plugins/google-account-setup/google-contacts-source.c @@ -37,9 +37,6 @@ #include "google-contacts-source.h" -/* backward-compatibility cruft */ -#include "e-util/gtk-compat.h" - void ensure_google_contacts_source_group (void) { diff --git a/plugins/mark-all-read/mark-all-read.c b/plugins/mark-all-read/mark-all-read.c index 6e527d653c..20b5a2d5e3 100644 --- a/plugins/mark-all-read/mark-all-read.c +++ b/plugins/mark-all-read/mark-all-read.c @@ -38,9 +38,6 @@ #include <shell/e-shell-view.h> #include <shell/e-shell-window.h> -/* backward-compatibility cruft */ -#include "e-util/gtk-compat.h" - #define PRIMARY_TEXT \ N_("Also mark messages in subfolders?") #define SECONDARY_TEXT \ @@ -114,9 +111,6 @@ prompt_user (gboolean has_subfolders) dialog = gtk_dialog_new (); widget = gtk_dialog_get_action_area (GTK_DIALOG (dialog)); gtk_widget_hide (widget); -#if !GTK_CHECK_VERSION(2,90,7) - g_object_set (dialog, "has-separator", FALSE, NULL); -#endif gtk_window_set_title (GTK_WINDOW (dialog), ""); g_signal_connect ( dialog, "map", diff --git a/plugins/publish-calendar/url-editor-dialog.c b/plugins/publish-calendar/url-editor-dialog.c index 89bec64276..4af662def4 100644 --- a/plugins/publish-calendar/url-editor-dialog.c +++ b/plugins/publish-calendar/url-editor-dialog.c @@ -29,9 +29,6 @@ #include <e-util/e-util.h> #include <e-util/e-util-private.h> -/* backward-compatibility cruft */ -#include "e-util/gtk-compat.h" - static GtkDialogClass *parent_class = NULL; static void @@ -381,9 +378,6 @@ url_editor_dialog_construct (UrlEditorDialog *dialog) gtk_container_add (GTK_CONTAINER (content_area), toplevel); gtk_container_set_border_width (GTK_CONTAINER (dialog), 6); -#if !GTK_CHECK_VERSION(2,90,7) - g_object_set (dialog, "has-separator", FALSE, NULL); -#endif dialog->cancel = gtk_dialog_add_button (GTK_DIALOG (dialog), GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL); dialog->ok = gtk_dialog_add_button (GTK_DIALOG (dialog), GTK_STOCK_OK, GTK_RESPONSE_OK); |