aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/e-timezone-dialog
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-07-13 11:33:07 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-07-14 23:26:22 +0800
commit374bd42f69aca2e132fd854c9619f3d7491f1f96 (patch)
treebf50b5daa8664d4d793b82f6b6ec59d0686553e0 /widgets/e-timezone-dialog
parent573eb0880a80e04737cb4497931ca6588272686e (diff)
downloadgsoc2013-evolution-374bd42f69aca2e132fd854c9619f3d7491f1f96.tar
gsoc2013-evolution-374bd42f69aca2e132fd854c9619f3d7491f1f96.tar.gz
gsoc2013-evolution-374bd42f69aca2e132fd854c9619f3d7491f1f96.tar.bz2
gsoc2013-evolution-374bd42f69aca2e132fd854c9619f3d7491f1f96.tar.lz
gsoc2013-evolution-374bd42f69aca2e132fd854c9619f3d7491f1f96.tar.xz
gsoc2013-evolution-374bd42f69aca2e132fd854c9619f3d7491f1f96.tar.zst
gsoc2013-evolution-374bd42f69aca2e132fd854c9619f3d7491f1f96.zip
Fix excessive whitespace.
Diffstat (limited to 'widgets/e-timezone-dialog')
-rw-r--r--widgets/e-timezone-dialog/e-timezone-dialog.c13
-rw-r--r--widgets/e-timezone-dialog/e-timezone-dialog.h2
2 files changed, 0 insertions, 15 deletions
diff --git a/widgets/e-timezone-dialog/e-timezone-dialog.c b/widgets/e-timezone-dialog/e-timezone-dialog.c
index ea30c1701e..4625a63e1c 100644
--- a/widgets/e-timezone-dialog/e-timezone-dialog.c
+++ b/widgets/e-timezone-dialog/e-timezone-dialog.c
@@ -186,7 +186,6 @@ e_timezone_dialog_finalize (GObject *object)
(* G_OBJECT_CLASS (e_timezone_dialog_parent_class)->finalize) (object);
}
-
static void
e_timezone_dialog_add_timezones (ETimezoneDialog *etd)
{
@@ -256,7 +255,6 @@ e_timezone_dialog_add_timezones (ETimezoneDialog *etd)
g_list_free (list_items);
}
-
ETimezoneDialog *
e_timezone_dialog_construct (ETimezoneDialog *etd)
{
@@ -377,7 +375,6 @@ get_widgets (ETimezoneDialog *etd)
&& priv->preview_label);
}
-
/**
* e_timezone_dialog_new:
*
@@ -428,7 +425,6 @@ format_utc_offset (gint utc_offset,
sprintf (buffer, "%s %s%02i:%02i:%02i", _("UTC"), sign, hours, minutes, seconds);
}
-
static gchar *
zone_display_name_with_offset (icaltimezone *zone)
{
@@ -488,7 +484,6 @@ on_map_timeout (gpointer data)
return TRUE;
}
-
static gboolean
on_map_motion (GtkWidget *widget, GdkEventMotion *event, gpointer data)
{
@@ -525,7 +520,6 @@ on_map_motion (GtkWidget *widget, GdkEventMotion *event, gpointer data)
return TRUE;
}
-
static gboolean
on_map_leave (GtkWidget *widget, GdkEventCrossing *event, gpointer data)
{
@@ -554,7 +548,6 @@ on_map_leave (GtkWidget *widget, GdkEventCrossing *event, gpointer data)
return FALSE;
}
-
static gboolean
on_map_visibility_changed (GtkWidget *w, GdkEventVisibility *event,
gpointer data)
@@ -581,7 +574,6 @@ on_map_visibility_changed (GtkWidget *w, GdkEventVisibility *event,
return FALSE;
}
-
static gboolean
on_map_button_pressed (GtkWidget *w, GdkEventButton *event, gpointer data)
{
@@ -616,7 +608,6 @@ on_map_button_pressed (GtkWidget *w, GdkEventButton *event, gpointer data)
return TRUE;
}
-
/* Returns the translated timezone location of the given EMapPoint,
e.g. "Europe/London". */
static icaltimezone *
@@ -655,7 +646,6 @@ get_zone_from_point (ETimezoneDialog *etd,
g_return_val_if_reached(NULL);
}
-
/**
* e_timezone_dialog_get_timezone:
* @etd: the timezone dialog
@@ -716,7 +706,6 @@ e_timezone_dialog_set_timezone (ETimezoneDialog *etd,
g_free (display);
}
-
GtkWidget *
e_timezone_dialog_get_toplevel (ETimezoneDialog *etd)
{
@@ -730,7 +719,6 @@ e_timezone_dialog_get_toplevel (ETimezoneDialog *etd)
return priv->app;
}
-
static void
set_map_timezone (ETimezoneDialog *etd, icaltimezone *zone)
{
@@ -757,7 +745,6 @@ set_map_timezone (ETimezoneDialog *etd, icaltimezone *zone)
priv->point_selected = point;
}
-
static void
on_combo_changed (GtkComboBox *combo_box, ETimezoneDialog *etd)
{
diff --git a/widgets/e-timezone-dialog/e-timezone-dialog.h b/widgets/e-timezone-dialog/e-timezone-dialog.h
index 8992d40c2d..fb4ae52375 100644
--- a/widgets/e-timezone-dialog/e-timezone-dialog.h
+++ b/widgets/e-timezone-dialog/e-timezone-dialog.h
@@ -37,7 +37,6 @@
#define E_IS_TIMEZONE_DIALOG(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), E_TYPE_TIMEZONE_DIALOG))
#define E_IS_TIMEZONE_DIALOG_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), E_TYPE_TIMEZONE_DIALOG))
-
typedef struct _ETimezoneDialog ETimezoneDialog;
typedef struct _ETimezoneDialogClass ETimezoneDialogClass;
typedef struct _ETimezoneDialogPrivate ETimezoneDialogPrivate;
@@ -53,7 +52,6 @@ struct _ETimezoneDialogClass {
GObjectClass parent_class;
};
-
GType e_timezone_dialog_get_type (void);
ETimezoneDialog *e_timezone_dialog_construct (ETimezoneDialog *etd);