aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-search.c
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/e-table-search.c')
-rw-r--r--widgets/table/e-table-search.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/widgets/table/e-table-search.c b/widgets/table/e-table-search.c
index 955547fd7f..99f282c76f 100644
--- a/widgets/table/e-table-search.c
+++ b/widgets/table/e-table-search.c
@@ -32,8 +32,6 @@
#define d(x)
-d (static gint depth = 0)
-
struct _ETableSearchPrivate {
guint timeout_id;
@@ -49,6 +47,8 @@ enum {
LAST_SIGNAL
};
+d (static gint depth = 0)
+
static guint e_table_search_signals[LAST_SIGNAL] = { 0, };
static gboolean
@@ -174,7 +174,8 @@ e_table_search_new (void)
* Returns: the number of columns in the table search.
*/
void
-e_table_search_input_character (ETableSearch *ets, gunichar character)
+e_table_search_input_character (ETableSearch *ets,
+ gunichar character)
{
gchar character_utf8[7];
gchar *temp_string;