im.pidgin.pidgin: 246d6966366baf94241a3df262da58486a8a7835
sadrul at pidgin.im
sadrul at pidgin.im
Fri Oct 5 02:20:39 EDT 2007
revision: 246d6966366baf94241a3df262da58486a8a7835
date: 2007-10-05T06:13:44
author: sadrul at pidgin.im
branch: im.pidgin.pidgin
changelog:
Top align the notification message.
manifest:
format_version "1"
new_manifest [349cbda60f5c30b8c77ad323a5619a727c61e3d0]
old_revision [0573c84391460ff90a7de830442aad5ffb6a0c5f]
patch "finch/gntnotify.c"
from [3e6b8236ec80a3256522e64a8eb259a79f46daa4]
to [5835deb3ac1dcffa32e864842acfd304b2949770]
-------------- next part --------------
============================================================
--- finch/gntnotify.c 3e6b8236ec80a3256522e64a8eb259a79f46daa4
+++ finch/gntnotify.c 5835deb3ac1dcffa32e864842acfd304b2949770
@@ -84,8 +84,8 @@ finch_notify_message(PurpleNotifyMsgType
if (type == PURPLE_NOTIFY_FORMATTED) {
int width = -1, height = -1;
msg = gnt_text_view_new();
+ gnt_text_view_set_flag(GNT_TEXT_VIEW(msg), GNT_TEXT_VIEW_TOP_ALIGN);
gnt_text_view_append_text_with_flags(GNT_TEXT_VIEW(msg), secondary, sf);
- gnt_text_view_scroll(GNT_TEXT_VIEW(msg), 0);
gnt_text_view_attach_scroll_widget(GNT_TEXT_VIEW(msg), button);
gnt_util_get_text_bound(secondary, &width, &height);
gnt_widget_set_size(msg, width + 3, height + 1);
More information about the Commits
mailing list