aboutsummaryrefslogtreecommitdiff
path: root/src/notificationwindow.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2013-02-13 08:09:40 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2013-02-13 08:09:40 +0000
commitdef6dee82e3ddfbaaba95255f08e196575444f58 (patch)
tree77017fe65127eb83dc5211ab39c0afe6c3c4c34f /src/notificationwindow.h
parent5ce784ecf14a06f6e84f39a3cfd20f4c2292cbc2 (diff)
modified notification window.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3216 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/notificationwindow.h')
-rw-r--r--src/notificationwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/notificationwindow.h b/src/notificationwindow.h
index d724af27..c2c2c53d 100644
--- a/src/notificationwindow.h
+++ b/src/notificationwindow.h
@@ -25,7 +25,7 @@
typedef struct _NotificationWindow NotificationWindow;
-gint notification_window_create (const gchar *message,
+gint notification_window_open (const gchar *message,
const gchar *submessage,
guint timeout);
void notification_window_set_message (const gchar *message,