[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: pcb.git: branch: master updated (609fa1f28c11757e54e0454f247259951c3b9797)



The branch, master has been updated
       via  609fa1f28c11757e54e0454f247259951c3b9797 (commit)
      from  9071e457cf209a9e3d64f2645610ed0b93a4161f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 src/hid/gtk/gui-drc-window.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)


=================
 Commit Messages
=================

commit 609fa1f28c11757e54e0454f247259951c3b9797
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    GTK HID: Fix pango markup in DRC window to be more compatible
    
    Avoid using the attribute alias "font_size" in the markup. Older
    pango versions only support "size", which is functionally identical.

:100644 100644 83247e8... c0ec649... M	src/hid/gtk/gui-drc-window.c

=========
 Changes
=========

commit 609fa1f28c11757e54e0454f247259951c3b9797
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    GTK HID: Fix pango markup in DRC window to be more compatible
    
    Avoid using the attribute alias "font_size" in the markup. Older
    pango versions only support "size", which is functionally identical.

diff --git a/src/hid/gtk/gui-drc-window.c b/src/hid/gtk/gui-drc-window.c
index 83247e8..c0ec649 100644
--- a/src/hid/gtk/gui-drc-window.c
+++ b/src/hid/gtk/gui-drc-window.c
@@ -649,10 +649,10 @@ ghid_violation_renderer_set_property (GObject * object, guint property_id,
   if (renderer->violation->have_measured)
     {
       markup = g_strdup_printf ("<b>%s (%.*f %s)</b>\n"
-				"<span font_size='1024'> </span>\n"
+				"<span size='1024'> </span>\n"
 				"<small>"
 				  "<i>%s</i>\n"
-				  "<span font_size='5120'> </span>\n"
+				  "<span size='5120'> </span>\n"
 				  "Required: %.*f %s"
 				"</small>",
 				renderer->violation->title,
@@ -667,10 +667,10 @@ ghid_violation_renderer_set_property (GObject * object, guint property_id,
   else
     {
       markup = g_strdup_printf ("<b>%s</b>\n"
-				"<span font_size='1024'> </span>\n"
+				"<span size='1024'> </span>\n"
 				"<small>"
 				  "<i>%s</i>\n"
-				  "<span font_size='5120'> </span>\n"
+				  "<span size='5120'> </span>\n"
 				  "Required: %.*f %s"
 				"</small>",
 				renderer->violation->title,




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs