aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-shell-component-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/evolution-shell-component-utils.h')
-rw-r--r--shell/evolution-shell-component-utils.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/evolution-shell-component-utils.h b/shell/evolution-shell-component-utils.h
index 4cf021ca64..c656927751 100644
--- a/shell/evolution-shell-component-utils.h
+++ b/shell/evolution-shell-component-utils.h
@@ -23,6 +23,7 @@
#define __EVOLUTION_SHELL_COMPONENT_UTILS_H__
#include <bonobo/bonobo-ui-component.h>
+#include <gtk/gtkwindow.h>
#ifdef __cplusplus
extern "C" {
@@ -41,6 +42,9 @@ typedef struct _EPixmap {
/* Takes an array of pixmaps, terminated by E_PIXMAP_END, and loads into uic */
void e_pixmaps_update (BonoboUIComponent *uic, EPixmap *pixcache);
+void e_activation_failure_dialog (GtkWindow *parent, const char *msg,
+ const char *oafiid, const char *repo_id);
+
#ifdef __cplusplus
}
#endif /* __cplusplus */