diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-12 15:00:04 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-12 15:33:50 +0000 |
commit | 0a515124202e12a6a65d0450248bfb837411eb9d (patch) | |
tree | 66a86bf0d4bce72eb0834ce6492adc9b7114ce6e /community/gnome-disk-utility/exp2.patch | |
parent | a7ea7825d6998994cb39a2395b709d99438c1a9a (diff) | |
download | aports-0a515124202e12a6a65d0450248bfb837411eb9d.tar.bz2 aports-0a515124202e12a6a65d0450248bfb837411eb9d.tar.xz |
unmaintained/gnome-disk-utility: move away
it has not been working for a while apparently
Diffstat (limited to 'community/gnome-disk-utility/exp2.patch')
-rw-r--r-- | community/gnome-disk-utility/exp2.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/community/gnome-disk-utility/exp2.patch b/community/gnome-disk-utility/exp2.patch deleted file mode 100644 index 66e8ce45e8..0000000000 --- a/community/gnome-disk-utility/exp2.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/src/gdu-gtk/gdu-size-widget.c b/src/gdu-gtk/gdu-size-widget.c -index 4dd6a8f..715ddad 100644 ---- a/src/gdu-gtk/gdu-size-widget.c -+++ b/src/gdu-gtk/gdu-size-widget.c -@@ -564,7 +564,7 @@ update_stepping (GduSizeWidget *widget) - - shown_extent = extent / unit_factor; - -- increment = (exp10 (floor (log10 (shown_extent))) / 10.0) * unit_factor; -+ increment = (exp (M_LN10 * floor (log10 (shown_extent))) / 10.0) * unit_factor; - - gtk_range_set_increments (GTK_RANGE (widget->priv->hscale), - increment, |