diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-12-23 10:55:51 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-12-23 10:55:51 +0000 |
commit | ad56f7aec4c07fffb23ca97900168f4960bb9f01 (patch) | |
tree | dc8193174423cce7086a0ceb129066c381ad0c95 /chat/gaim/patches | |
parent | 19c0385b702c75b96f38d5c1c9146324277fd088 (diff) | |
download | pkgsrc-ad56f7aec4c07fffb23ca97900168f4960bb9f01.tar.gz |
Update to gaim-0.11.0pre3
Requested by Greg Troutman <gtroutman@pro01.idg.net> in private mail.
Changes: Plugins for AIM, Yahoo, MSN and IRC. See homepage for more!
Diffstat (limited to 'chat/gaim/patches')
-rw-r--r-- | chat/gaim/patches/patch-aa | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/chat/gaim/patches/patch-aa b/chat/gaim/patches/patch-aa deleted file mode 100644 index 6783c58c29f..00000000000 --- a/chat/gaim/patches/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2000/12/15 00:36:28 wiz Exp $ -*** src/prefs.c.orig Sun Jun 18 18:00:02 2000 ---- src/prefs.c Sun Jun 18 18:00:13 2000 -*************** -*** 770,776 **** - gaim_button("Transparent text window (experimental)", &transparent, appbox ); - #endif - gaim_button(_("Show logon/logoffs in conversation windows"), &display_options, OPT_DISP_SHOW_LOGON, appbox ); -! gaim_button(_("Use devil icons"), &display_options, OPT_DISP_DEVIL_PIXMAPS, appbox ); - gaim_button(_("Show graphical smileys (experimental)"), &display_options, OPT_DISP_SHOW_SMILEY, appbox ); - - ---- 770,776 ---- - gaim_button("Transparent text window (experimental)", &transparent, appbox ); - #endif - gaim_button(_("Show logon/logoffs in conversation windows"), &display_options, OPT_DISP_SHOW_LOGON, appbox ); -! gaim_button(_("Use daemon icons"), &display_options, OPT_DISP_DEVIL_PIXMAPS, appbox ); - gaim_button(_("Show graphical smileys (experimental)"), &display_options, OPT_DISP_SHOW_SMILEY, appbox ); - - |