summaryrefslogtreecommitdiff
path: root/saedit/search.h
diff options
context:
space:
mode:
authorVasily_Makarov <danilka.pro@gmail.com>2012-02-09 12:07:10 +0400
committerVasily_Makarov <danilka.pro@gmail.com>2012-02-09 12:07:10 +0400
commitcc459a0b40bb56f6559c855ecb5b956b9ee6a90b (patch)
tree8698d1e99eec34b24f14f21c176871b88863fa18 /saedit/search.h
parent6545f58904d754db19800a1cd21f472eb13339bd (diff)
downloadevol-tools-cc459a0b40bb56f6559c855ecb5b956b9ee6a90b.tar.gz
evol-tools-cc459a0b40bb56f6559c855ecb5b956b9ee6a90b.tar.bz2
evol-tools-cc459a0b40bb56f6559c855ecb5b956b9ee6a90b.tar.xz
evol-tools-cc459a0b40bb56f6559c855ecb5b956b9ee6a90b.zip
SAE: Changed error structure
Diffstat (limited to 'saedit/search.h')
-rw-r--r--saedit/search.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/saedit/search.h b/saedit/search.h
index 4d41735..faf412e 100644
--- a/saedit/search.h
+++ b/saedit/search.h
@@ -20,7 +20,7 @@ void search_init(GtkWidget *text_view);
gboolean search_find_text(gchar *text);
gboolean search_find_next();
void search_find_dialog_response_callback(GtkWidget *dialog,
- gint response_id,
- gpointer entry);
+ gint response_id,
+ gpointer entry);
#endif