[Pkg-xfce-commits] r464 -
goodies/xfce4-cpufreq-plugin/debian/patches
Stefan Ott
cockroach-guest at costa.debian.org
Sun Jan 29 18:35:59 UTC 2006
Author: cockroach-guest
Date: 2006-01-29 18:35:59 +0000 (Sun, 29 Jan 2006)
New Revision: 464
Modified:
goodies/xfce4-cpufreq-plugin/debian/patches/03_progressbar-size.dpatch
Log:
Fixed the patch
Modified: goodies/xfce4-cpufreq-plugin/debian/patches/03_progressbar-size.dpatch
===================================================================
--- goodies/xfce4-cpufreq-plugin/debian/patches/03_progressbar-size.dpatch 2006-01-29 18:09:38 UTC (rev 463)
+++ goodies/xfce4-cpufreq-plugin/debian/patches/03_progressbar-size.dpatch 2006-01-29 18:35:59 UTC (rev 464)
@@ -16,10 +16,10 @@
+
if (c->orientation == HORIZONTAL) {
- gtk_widget_set_size_request(c->pbar, 10, size);
-+ gtk_widget_set_size_request(c->pbar, icon - 6, 6 + 2 * size);
++ gtk_widget_set_size_request(c->pbar, 6 + 2 * size, icon - 4);
} else if (c->orientation == VERTICAL) {
- gtk_widget_set_size_request(c->pbar, size, 10);
-+ gtk_widget_set_size_request(c->pbar, 6 + 2 * size, icon - 4);
++ gtk_widget_set_size_request(c->pbar, icon - 6, 6 + 2 * size);
}
gtk_widget_set_size_request(ctrl->base, -1, -1);
More information about the Pkg-xfce-commits
mailing list