aboutsummaryrefslogtreecommitdiff
path: root/src/inc.c
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/inc.c
parent5ce784ecf14a06f6e84f39a3cfd20f4c2292cbc2 (diff)
modified notification window.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3216 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/inc.c')
-rw-r--r--src/inc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inc.c b/src/inc.c
index f90835d0..1fd0cb31 100644
--- a/src/inc.c
+++ b/src/inc.c
@@ -250,7 +250,7 @@ static void inc_finished(MainWindow *mainwin, IncResult *result)
}
}
- notification_window_create(buf, str->str, 5);
+ notification_window_open(buf, str->str, 5);
}
g_string_free(str, TRUE);