summaryrefslogtreecommitdiff
path: root/src/nautilus-ui-utilities.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nautilus-ui-utilities.h')
-rw-r--r--src/nautilus-ui-utilities.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/nautilus-ui-utilities.h b/src/nautilus-ui-utilities.h
index a35aaec6e..74139e3f4 100644
--- a/src/nautilus-ui-utilities.h
+++ b/src/nautilus-ui-utilities.h
@@ -46,6 +46,7 @@ gboolean nautilus_file_date_in_between (guint64 file_unix_
gchar* get_text_for_date_range (GPtrArray *date_range,
gboolean prefix_with_since);
-GtkDialog * show_error_dialog (const gchar *primary_text,
+GtkDialog * show_dialog (const gchar *primary_text,
const gchar *secondary_text,
- GtkWindow *parent); \ No newline at end of file
+ GtkWindow *parent,
+ GtkMessageType type); \ No newline at end of file