summaryrefslogtreecommitdiff
path: root/net/gnomba/files/patch-ab
blob: 6ab1eea3feab869003d4b608fff4bb718d5f64bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
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();