diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-03-12 11:03:07 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-03-12 11:03:07 +0000 |
commit | ba6e68fea6287e3f1c619bfb757d202d58020807 (patch) | |
tree | ef1c8570a6cfec72a82415d83a4584a4b995cba9 /graphics/inkscape/files/patch-src::dialogs::clonetiler.cpp | |
parent | Chase the evolution-data-server API change. (diff) |
Update to 0.41.
Notes
Notes:
svn path=/head/; revision=130979
Diffstat (limited to 'graphics/inkscape/files/patch-src::dialogs::clonetiler.cpp')
-rw-r--r-- | graphics/inkscape/files/patch-src::dialogs::clonetiler.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/inkscape/files/patch-src::dialogs::clonetiler.cpp b/graphics/inkscape/files/patch-src::dialogs::clonetiler.cpp new file mode 100644 index 000000000000..9eb52b6517e4 --- /dev/null +++ b/graphics/inkscape/files/patch-src::dialogs::clonetiler.cpp @@ -0,0 +1,11 @@ +--- src/dialogs/clonetiler.cpp.orig Fri Feb 18 02:32:13 2005 ++++ src/dialogs/clonetiler.cpp Fri Feb 18 02:33:24 2005 +@@ -868,7 +868,7 @@ + clonetiler_xy_changed (GtkAdjustment *adj, gpointer data) + { + const gchar *pref = (const gchar *) data; +- prefs_set_int_attribute ("dialogs.clonetiler", pref, (int) round(adj->value)); ++ prefs_set_int_attribute ("dialogs.clonetiler", pref, (int) rint(adj->value)); + } + + static void |