36b7ab18a3
- Fixed gtk plugin program-name (#640671, gtk-progname patch) - Fixed broken links in doc index (#642536, doc-index-fix patch) - Fixed SIGSEGVs on testsuite (#645703, testsuite-sigsegv-fix patch) - Testsuite now do diff check also in case of err output (#645703, rtest-errout-fix patch) - Testsuite enabled on all arches (#645703) - Added urw-fonts to BuildRequires - Compiled with -fno-strict-aliasing - Fixed rpmlint warnings on spec file - Removed unused patches
12 lines
477 B
Diff
12 lines
477 B
Diff
--- graphviz-2.26.0/plugin/gtk/callbacks.c.old 2009-06-03 03:10:57.000000000 +0200
|
|
+++ graphviz-2.26.0/plugin/gtk/callbacks.c 2010-10-06 17:38:59.703008542 +0200
|
|
@@ -187,7 +187,7 @@
|
|
NULL };
|
|
GtkWindow *window = GTK_WINDOW(gtk_widget_get_toplevel(GTK_WIDGET(menuitem)));
|
|
gtk_show_about_dialog(window,
|
|
- "name", "DotEdit",
|
|
+ "program-name", "DotEdit",
|
|
"version", "0.1",
|
|
"copyright", "(C) 2005 AT&T Corp.",
|
|
"license", "Common Public License, Version 1.0.",
|