From 659bcd381ee6d43a5fd6b1e0fd7bf3db7dc3f529 Mon Sep 17 00:00:00 2001 From: hiro Date: Thu, 14 Feb 2013 02:07:02 +0000 Subject: adjusted paddings of notification again. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3220 ee746299-78ed-0310-b773-934348b2243d --- plugin/test/test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugin/test') diff --git a/plugin/test/test.c b/plugin/test/test.c index 945a53fe..21372068 100644 --- a/plugin/test/test.c +++ b/plugin/test/test.c @@ -1,6 +1,6 @@ /* * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2011 Hiroyuki Yamamoto + * Copyright (C) 1999-2013 Hiroyuki Yamamoto * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -147,7 +147,7 @@ static void init_done_cb(GObject *obj, gpointer data) syl_plugin_update_check_set_check_plugin_url("http://localhost/plugin_version.txt"); syl_plugin_update_check_set_jump_plugin_url("http://localhost/plugin.html"); - syl_plugin_notification_window_open("Sylpheed app init done", "Normal text\nBold\nStrikethrough", 5); + syl_plugin_notification_window_open("Sylpheed app init done", "Normal text\nBold\nStrikethrough\nThis is a long text and will be truncated: ABCDEFGHIJKLMNOPQRSTUVWXYZ", 5); g_print("test: %p: app init done\n", obj); } -- cgit v1.2.3