diff options
author | marcus <marcus@FreeBSD.org> | 2002-11-09 02:54:32 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-11-09 02:54:32 +0800 |
commit | 87142e5fe799b99ffa7e64becb4c1dd111f7f663 (patch) | |
tree | 11009c678e269f0eabdeeff8cde4902bcfa594e3 /net/gaim/files | |
parent | 14d92b266035e2ceaf3c610f83d674d365032af4 (diff) | |
download | freebsd-ports-gnome-87142e5fe799b99ffa7e64becb4c1dd111f7f663.tar.gz freebsd-ports-gnome-87142e5fe799b99ffa7e64becb4c1dd111f7f663.tar.zst freebsd-ports-gnome-87142e5fe799b99ffa7e64becb4c1dd111f7f663.zip |
Update to 0.59.6.
Diffstat (limited to 'net/gaim/files')
-rw-r--r-- | net/gaim/files/patch-src_buddy.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/net/gaim/files/patch-src_buddy.c b/net/gaim/files/patch-src_buddy.c deleted file mode 100644 index e2d13a254362..000000000000 --- a/net/gaim/files/patch-src_buddy.c +++ /dev/null @@ -1,17 +0,0 @@ ---- src/buddy.c.orig Thu Oct 17 12:11:51 2002 -+++ src/buddy.c Thu Oct 17 16:58:49 2002 -@@ -2231,7 +2231,13 @@ - if (blist_options & OPT_BLIST_SHOW_IDLETIME) - gtk_widget_show(bs->idle); - -- style = gtk_style_copy( gtk_rc_get_style(bs->label) ); -+ if (gtk_rc_get_style(bs->label) != NULL) { -+ style = gtk_style_copy( gtk_rc_get_style(bs->label) ); -+ } else { -+ style = gtk_style_new(); -+ gdk_font_unref(gtk_style_get_font(style)); -+ gtk_style_set_font(style, gdk_font_ref(gtk_style_get_font(bs->label->style))); -+ } - for (i = 0; i < 5; i++) - style->fg[i] = bs->idle->style->fg[i]; - if ((blist_options & OPT_BLIST_GREY_IDLERS) && (b->idle)) { |