aboutsummaryrefslogtreecommitdiff
path: root/net/gnomba
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2000-03-25 14:41:41 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2000-03-25 14:41:41 +0000
commit2b0bfb8f16ae3ece1e0da943ac6701b9a9cf4d58 (patch)
tree89401f5a0f39641680bdf64f2cc7582a020df66e /net/gnomba
parent92209052b81c4efdbc58c5782ad113dae8722f07 (diff)
downloadports-2b0bfb8f16ae3ece1e0da943ac6701b9a9cf4d58.tar.gz
ports-2b0bfb8f16ae3ece1e0da943ac6701b9a9cf4d58.zip
Notes
Diffstat (limited to 'net/gnomba')
-rw-r--r--net/gnomba/files/patch-ab147
1 files changed, 147 insertions, 0 deletions
diff --git a/net/gnomba/files/patch-ab b/net/gnomba/files/patch-ab
new file mode 100644
index 000000000000..6ab1eea3feab
--- /dev/null
+++ b/net/gnomba/files/patch-ab
@@ -0,0 +1,147 @@
+--- properties.c.orig Sat Mar 25 22:15:19 2000
++++ properties.c Sat Mar 25 22:15:42 2000
+@@ -158,19 +158,19 @@
+ /* set net font property */
+ if (strcmp(TNetFont, NetFont)) {
+ nodeStyle = gtk_style_copy(gtk_widget_get_style(GTK_WIDGET(tree)));
+- nodeStyle->font = gdk_font_load(NetFont);
++ nodeStyle->font = gdk_fontset_load(NetFont);
+ gtk_ctree_node_set_cell_style(GTK_CTREE(tree), GTK_CTREE_NODE(node), 0, nodeStyle);
+ }
+ /* set comment font property */
+ if (strcmp(TCommentFont, CommentFont)) {
+ nodeStyle = gtk_style_copy(gtk_widget_get_style(GTK_WIDGET(tree)));
+- nodeStyle->font = gdk_font_load(CommentFont);
++ nodeStyle->font = gdk_fontset_load(CommentFont);
+ gtk_ctree_node_set_cell_style(GTK_CTREE(tree), GTK_CTREE_NODE(node), 1, nodeStyle);
+ }
+ /* set mount font property */
+ if (strcmp(TMountFont, MountFont)) {
+ nodeStyle = gtk_style_copy(gtk_widget_get_style(GTK_WIDGET(tree)));
+- nodeStyle->font = gdk_font_load(MountFont);
++ nodeStyle->font = gdk_fontset_load(MountFont);
+ gtk_ctree_node_set_cell_style(GTK_CTREE(tree), GTK_CTREE_NODE(node), 2, nodeStyle);
+ }
+ }
+--- smbwrap.c.orig Sat Mar 25 22:15:23 2000
++++ smbwrap.c Sat Mar 25 22:16:26 2000
+@@ -269,17 +269,17 @@
+
+ /* set net font */
+ nodeStyle = gtk_style_copy(gtk_widget_get_style(GTK_WIDGET(workgrouplist)));
+- nodeStyle->font = gdk_font_load(NetFont);
++ nodeStyle->font = gdk_fontset_load(NetFont);
+ gtk_ctree_node_set_cell_style(GTK_CTREE(workgrouplist), GTK_CTREE_NODE(node), 0, nodeStyle);
+
+ /* set comment font */
+ nodeStyle = gtk_style_copy(gtk_widget_get_style(GTK_WIDGET(workgrouplist)));
+- nodeStyle->font = gdk_font_load(CommentFont);
++ nodeStyle->font = gdk_fontset_load(CommentFont);
+ gtk_ctree_node_set_cell_style(GTK_CTREE(workgrouplist), GTK_CTREE_NODE(node), 1, nodeStyle);
+
+ /* set mount font */
+ nodeStyle = gtk_style_copy(gtk_widget_get_style(GTK_WIDGET(workgrouplist)));
+- nodeStyle->font = gdk_font_load(MountFont);
++ nodeStyle->font = gdk_fontset_load(MountFont);
+ gtk_ctree_node_set_cell_style(GTK_CTREE(workgrouplist), GTK_CTREE_NODE(node), 2, nodeStyle);
+
+ mn = copyMN(tmp);
+@@ -694,17 +694,17 @@
+
+ /* set net font */
+ nodeStyle = gtk_style_copy( gtk_widget_get_style( GTK_WIDGET(workgrouplist) ) );
+- nodeStyle->font = gdk_font_load( NetFont );
++ nodeStyle->font = gdk_fontset_load( NetFont );
+ gtk_ctree_node_set_cell_style( GTK_CTREE(workgrouplist), GTK_CTREE_NODE(rootnode), 0, nodeStyle );
+
+ /* set comment font */
+ nodeStyle = gtk_style_copy( gtk_widget_get_style( GTK_WIDGET(workgrouplist) ) );
+- nodeStyle->font = gdk_font_load( CommentFont );
++ nodeStyle->font = gdk_fontset_load( CommentFont );
+ gtk_ctree_node_set_cell_style( GTK_CTREE(workgrouplist), GTK_CTREE_NODE(rootnode), 1, nodeStyle );
+
+ /* set mount font */
+ nodeStyle = gtk_style_copy( gtk_widget_get_style( GTK_WIDGET(workgrouplist) ) );
+- nodeStyle->font = gdk_font_load( MountFont );
++ nodeStyle->font = gdk_fontset_load( MountFont );
+ gtk_ctree_node_set_cell_style( GTK_CTREE(workgrouplist), GTK_CTREE_NODE(rootnode), 2, nodeStyle );
+
+
+@@ -728,17 +728,17 @@
+
+ /* set net font */
+ nodeStyle = gtk_style_copy( gtk_widget_get_style( GTK_WIDGET(workgrouplist) ) );
+- nodeStyle->font = gdk_font_load( NetFont );
++ nodeStyle->font = gdk_fontset_load( NetFont );
+ gtk_ctree_node_set_cell_style( GTK_CTREE(workgrouplist), GTK_CTREE_NODE(node), 0, nodeStyle );
+
+ /* set comment font */
+ nodeStyle = gtk_style_copy( gtk_widget_get_style( GTK_WIDGET(workgrouplist) ) );
+- nodeStyle->font = gdk_font_load( CommentFont );
++ nodeStyle->font = gdk_fontset_load( CommentFont );
+ gtk_ctree_node_set_cell_style( GTK_CTREE(workgrouplist), GTK_CTREE_NODE(node), 1, nodeStyle );
+
+ /* set mount font */
+ nodeStyle = gtk_style_copy( gtk_widget_get_style( GTK_WIDGET(workgrouplist) ) );
+- nodeStyle->font = gdk_font_load( MountFont );
++ nodeStyle->font = gdk_fontset_load( MountFont );
+ gtk_ctree_node_set_cell_style( GTK_CTREE(workgrouplist), GTK_CTREE_NODE(node), 2, nodeStyle );
+
+
+@@ -758,17 +758,17 @@
+
+ /* set net font */
+ nodeStyle = gtk_style_copy( gtk_widget_get_style( GTK_WIDGET(workgrouplist) ) );
+- nodeStyle->font = gdk_font_load( NetFont );
++ nodeStyle->font = gdk_fontset_load( NetFont );
+ gtk_ctree_node_set_cell_style( GTK_CTREE(workgrouplist), GTK_CTREE_NODE(subtree), 0, nodeStyle );
+
+ /* set comment font */
+ nodeStyle = gtk_style_copy( gtk_widget_get_style( GTK_WIDGET(workgrouplist) ) );
+- nodeStyle->font = gdk_font_load( CommentFont );
++ nodeStyle->font = gdk_fontset_load( CommentFont );
+ gtk_ctree_node_set_cell_style( GTK_CTREE(workgrouplist), GTK_CTREE_NODE(subtree), 1, nodeStyle );
+
+ /* set mount font */
+ nodeStyle = gtk_style_copy( gtk_widget_get_style( GTK_WIDGET(workgrouplist) ) );
+- nodeStyle->font = gdk_font_load( MountFont );
++ nodeStyle->font = gdk_fontset_load( MountFont );
+ gtk_ctree_node_set_cell_style( GTK_CTREE(workgrouplist), GTK_CTREE_NODE(subtree), 2, nodeStyle );
+
+
+@@ -787,17 +787,17 @@
+
+ /* set net font */
+ nodeStyle = gtk_style_copy( gtk_widget_get_style( GTK_WIDGET(workgrouplist) ) );
+- nodeStyle->font = gdk_font_load( NetFont );
++ nodeStyle->font = gdk_fontset_load( NetFont );
+ gtk_ctree_node_set_cell_style( GTK_CTREE(workgrouplist), GTK_CTREE_NODE(node), 0, nodeStyle );
+
+ /* set comment font */
+ nodeStyle = gtk_style_copy( gtk_widget_get_style( GTK_WIDGET(workgrouplist) ) );
+- nodeStyle->font = gdk_font_load( CommentFont );
++ nodeStyle->font = gdk_fontset_load( CommentFont );
+ gtk_ctree_node_set_cell_style( GTK_CTREE(workgrouplist), GTK_CTREE_NODE(node), 1, nodeStyle );
+
+ /* set mount font */
+ nodeStyle = gtk_style_copy( gtk_widget_get_style( GTK_WIDGET(workgrouplist) ) );
+- nodeStyle->font = gdk_font_load( MountFont );
++ nodeStyle->font = gdk_fontset_load( MountFont );
+ gtk_ctree_node_set_cell_style( GTK_CTREE(workgrouplist), GTK_CTREE_NODE(node), 2, nodeStyle );
+
+
+--- gnomba.c.orig Sat Mar 25 22:22:34 2000
++++ gnomba.c Sat Mar 25 22:23:28 2000
+@@ -143,9 +143,9 @@
+ DefaultCommand = gnome_config_get_string("Options/DefaultCommand=gmc");
+ SilentlyCreateMountPoint = gnome_config_get_int ("Options/SilentlyCreateMountPoint=0");
+ DontRemoveCreatedMount = gnome_config_get_int ("Options/DontRemoveCreatedMount=0");
+- NetFont = gnome_config_get_string("Options/NetFont=-adobe-helvetica-medium-r-normal-*-*-120-*-*-p-*-iso8859-1");
+- CommentFont = gnome_config_get_string("Options/CommentFont=-adobe-helvetica-medium-r-normal-*-*-120-*-*-p-*-iso8859-1");
+- MountFont = gnome_config_get_string("Options/MountFont=-adobe-helvetica-medium-r-normal-*-*-120-*-*-p-*-iso8859-1");
++ NetFont = gnome_config_get_string("Options/NetFont=-adobe-helvetica-medium-r-normal-*-*-120-*-*-p-*-iso8859-1,*");
++ CommentFont = gnome_config_get_string("Options/CommentFont=-adobe-helvetica-medium-r-normal-*-*-120-*-*-p-*-iso8859-1,*");
++ MountFont = gnome_config_get_string("Options/MountFont=-adobe-helvetica-medium-r-normal-*-*-120-*-*-p-*-iso8859-1,*");
+
+ gnome_config_pop_prefix();
+