diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-11-28 11:17:55 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-11-28 11:17:55 +0000 |
commit | da4f0cc205d7eb430cda9fb0a3e29b02a6997be5 (patch) | |
tree | 83578ce83479f6a4423074f53c0c6ac95092ee03 /graphics/xfig-devel/files/patch-w_fontpanel.c | |
parent | - Remove indefinite article from COMMENT (diff) |
2012-11-26 ftp/mget: No more public distfiles
2012-11-26 graphics/yap: No more public distfiles
2012-11-26 games/demonquake: No more public distfiles
2012-11-26 databases/php-sqlrelay: No more public distfiles
2012-11-26 devel/fastdep: No more public distfiles
2012-11-26 graphics/svgviewer: No more public distfiles
2012-11-26 comms/garmin-utils: No more public distfiles
2012-11-26 comms/snooper: No more public distfiles
2012-11-26 graphics/xfig-devel: Stable version is more recent than devel version
2012-11-26 irc/irchat-jp: No more public distfiles
2012-11-26 games/xcogitate: No more public distfiles
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=307900
Diffstat (limited to 'graphics/xfig-devel/files/patch-w_fontpanel.c')
-rw-r--r-- | graphics/xfig-devel/files/patch-w_fontpanel.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/graphics/xfig-devel/files/patch-w_fontpanel.c b/graphics/xfig-devel/files/patch-w_fontpanel.c deleted file mode 100644 index edee4939bd7c..000000000000 --- a/graphics/xfig-devel/files/patch-w_fontpanel.c +++ /dev/null @@ -1,20 +0,0 @@ ---- w_fontpanel.c.orig Fri Feb 24 12:23:06 2006 -+++ w_fontpanel.c -@@ -143,7 +143,7 @@ - ps_fontmenu_items[i].type = MENU_IMAGESTRING; /* put the fontnames in - * menu */ - ps_fontmenu_items[i].label = ps_fontinfo[i].name; -- ps_fontmenu_items[i].info = (caddr_t) (i - 1); /* index for font # */ -+ ps_fontmenu_items[i].info = (caddr_t) i; /* index for font # */ - } - - for (i = 0; i < NUM_LATEX_FONTS; i++) { -@@ -359,7 +359,7 @@ - char *font_name = mi->label; - - if (*flag_sel) -- *font_ps_sel = (int) mi->info; /* set ps font to one selected */ -+ *font_ps_sel = (int) mi->info - 1; /* set ps font to one selected */ - else - *font_latex_sel = (int) mi->info; /* set latex font to one - * selected */ |