aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-memo-table.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-07-13 11:33:07 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-07-13 11:33:07 +0800
commit0274669179600ac77475eed9870d2eab52c2cf14 (patch)
tree80f228649b670efac7f76ba5c0da5ed22a3a05c9 /calendar/gui/e-memo-table.c
parentadb63f0f2156554a21dbfd8daba447001985e967 (diff)
downloadgsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar
gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.gz
gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.bz2
gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.lz
gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.xz
gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.zst
gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.zip
Fix excessive whitespace.
Diffstat (limited to 'calendar/gui/e-memo-table.c')
-rw-r--r--calendar/gui/e-memo-table.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/calendar/gui/e-memo-table.c b/calendar/gui/e-memo-table.c
index ea03097ca8..553f239a12 100644
--- a/calendar/gui/e-memo-table.c
+++ b/calendar/gui/e-memo-table.c
@@ -70,7 +70,6 @@ static GtkTargetEntry target_types[] = {
static guint n_target_types = G_N_ELEMENTS (target_types);
-
extern ECompEditorRegistry *comp_editor_registry;
static void e_memo_table_destroy (GtkObject *object);
@@ -121,7 +120,6 @@ static GdkAtom clipboard_atom = GDK_NONE;
G_DEFINE_TYPE (EMemoTable, e_memo_table, GTK_TYPE_TABLE)
-
static void
e_memo_table_class_init (EMemoTableClass *klass)
{
@@ -277,7 +275,6 @@ e_memo_table_init (EMemoTable *memo_table)
GTK_EXPAND | GTK_FILL, GTK_EXPAND | GTK_FILL, 0, 0);
gtk_widget_show (table);
-
e_table = e_table_scrolled_get_table (E_TABLE_SCROLLED (table));
g_signal_connect (e_table, "double_click", G_CALLBACK (e_memo_table_on_double_click), memo_table);
g_signal_connect (e_table, "right_click", G_CALLBACK (e_memo_table_on_right_click), memo_table);
@@ -291,7 +288,6 @@ e_memo_table_init (EMemoTable *memo_table)
atk_object_set_name (a11y, _("Memos"));
}
-
/**
* e_memo_table_new:
* @Returns: a new #EMemoTable.
@@ -308,7 +304,6 @@ e_memo_table_new (void)
return memo_table;
}
-
/**
* e_memo_table_get_model:
* @memo_table: A calendar table.
@@ -326,7 +321,6 @@ e_memo_table_get_model (EMemoTable *memo_table)
return memo_table->model;
}
-
static void
e_memo_table_destroy (GtkObject *object)
{
@@ -741,7 +735,6 @@ e_memo_table_paste_clipboard (EMemoTable *memo_table)
GtkClipboard *clipboard;
g_return_if_fail (E_IS_MEMO_TABLE (memo_table));
-
clipboard = gtk_widget_get_clipboard (GTK_WIDGET (memo_table), clipboard_atom);
g_object_ref (memo_table);
@@ -804,7 +797,6 @@ e_memo_table_on_double_click (ETable *table,
open_memo_by_row (memo_table, row);
}
-
static void
e_memo_table_on_open_memo (EPopup *ep, EPopupItem *pitem, gpointer data)
{
@@ -1058,7 +1050,6 @@ e_memo_table_load_state (EMemoTable *memo_table,
}
}
-
/* Saves the state of the table (headers shown etc.) to the given file. */
void
e_memo_table_save_state (EMemoTable *memo_table,
@@ -1097,7 +1088,6 @@ e_memo_table_get_current_time (ECellDateEdit *ecde, gpointer data)
return tmp_tm;
}
-
#ifdef TRANSLATORS_ONLY
static gchar *test[] = {