• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Japanese translation of message catalog for Sawfish Window-Manager


Commit MetaInfo

Revision0ad00876a740e3a6d865aed83f915ad862848d8b (tree)
Time2002-12-25 07:44:56
AuthorJohn Harper <jsh@unfa...>
CommiterJohn Harper

Log Message

removed code to print font names, was protected by #if condition that

2002-12-24 John Harper <jsh@unfactored.org>

* gtk-style.c (print_rc_style): removed code to print font
names, was protected by #if condition that fails for gtk 2.2

Change Summary

Incremental Difference

--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
1+2002-12-24 John Harper <jsh@unfactored.org>
2+
3+ * gtk-style.c (print_rc_style): removed code to print font
4+ names, was protected by #if condition that fails for gtk 2.2
5+
16 2002-11-13 John Harper <jsh@unfactored.org>
27
38 Merged from HEAD:
--- a/src/gtk-style.c
+++ b/src/gtk-style.c
@@ -95,14 +95,6 @@ print_strings (char *name, char **x, int n)
9595 void
9696 print_rc_style (GtkRcStyle *rc, GtkStyle *style)
9797 {
98-/* If GTK_MINOR_VERSION is not 2 we are using gtk+ 1.3.x or 2.0
99- so these two members are no more */
100-#if (GTK_MINOR_VERSION == 2)
101- if (rc->font_name != 0)
102- printf ("(font . \"%s\")\n", rc->font_name);
103- if (rc->fontset_name != 0)
104- printf ("(fontset . \"%s\")\n", rc->fontset_name);
105-#endif
10698 if (print_rc_colors ("fg", rc->fg, 5, rc->color_flags, GTK_RC_FG))
10799 print_colors ("fg", style->fg, 5);
108100 if (print_rc_colors ("bg", rc->bg, 5, rc->color_flags, GTK_RC_BG))