diff options
Diffstat (limited to 'shell/evolution-shell-component-utils.h')
-rw-r--r-- | shell/evolution-shell-component-utils.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/shell/evolution-shell-component-utils.h b/shell/evolution-shell-component-utils.h index 4d2eb9e7d6..5aceab64c7 100644 --- a/shell/evolution-shell-component-utils.h +++ b/shell/evolution-shell-component-utils.h @@ -41,8 +41,11 @@ 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); +void e_activation_failure_dialog (GtkWindow *parent, + const char *msg, + const char *oafiid, + const char *repo_id); +char *e_get_activation_failure_msg (CORBA_Environment *ev); #ifdef __cplusplus } |