]> git.pld-linux.org Git - packages/xfce4-diskperf-plugin.git/commitdiff
- obsolete
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Sat, 27 Jan 2007 23:06:27 +0000 (23:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xfce4-diskperf-plugin-bug1842.patch -> 1.2
    xfce4-diskperf-plugin-libtool.patch -> 1.2

xfce4-diskperf-plugin-bug1842.patch [deleted file]
xfce4-diskperf-plugin-libtool.patch [deleted file]

diff --git a/xfce4-diskperf-plugin-bug1842.patch b/xfce4-diskperf-plugin-bug1842.patch
deleted file mode 100644 (file)
index 5968d97..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-diff -Nur xfce4-diskperf-plugin-2.0/panel-plugin/main.c xfce4-diskperf-plugin-2.0.new/panel-plugin/main.c
---- xfce4-diskperf-plugin-2.0/panel-plugin/main.c      2005-10-11 22:18:15.000000000 +0300
-+++ xfce4-diskperf-plugin-2.0.new/panel-plugin/main.c  2006-10-07 10:15:34.000000000 +0300
-@@ -141,6 +141,8 @@
-       /**************************************************************/
-+static int timerNeedsUpdate = 0;
-+
- static int DisplayPerf (struct diskperf_t *p_poPlugin)
-  /* Get the last disk perfomance data, compute the statistics and update
-     the panel-docked monitor bars */
-@@ -273,6 +275,12 @@
-     DisplayPerf (poPlugin);
-+    if (timerNeedsUpdate) {
-+        g_source_remove (poPlugin->iTimerId);
-+        poPlugin->iTimerId = 0;
-+        timerNeedsUpdate = 0;
-+    }
-+
-     if (!poPlugin->iTimerId)
-         poPlugin->iTimerId = g_timeout_add (poConf->iPeriod_ms,
-                                           (GSourceFunc) SetTimer, poPlugin);
-@@ -773,6 +781,7 @@
-     struct param_t *poConf = &(poPlugin->oConf.oParam);
-     float           r;
-+    timerNeedsUpdate = 1;
-     TRACE ("SetPeriod()\n");
-     r = gtk_spin_button_get_value (GTK_SPIN_BUTTON (p_wSc));
-     poConf->iPeriod_ms = (r * 1000) + 0.5;    /* rounded */
-@@ -1096,8 +1105,6 @@
- {
-     diskperf_t *diskperf = diskperf_create_control (plugin);
--    diskperf_read_config (plugin, diskperf);
--
-     g_signal_connect (plugin, "free-data", G_CALLBACK (diskperf_free), 
-                       diskperf);
-@@ -1120,7 +1127,9 @@
-     gtk_container_add (GTK_CONTAINER (plugin), diskperf->oMonitor.wEventBox);
-     CreateMonitorBars (diskperf, xfce_panel_plugin_get_orientation (plugin));
--    
-+
-+    diskperf_read_config (plugin, diskperf);
-+    DevPerfInit();
-     SetTimer (diskperf);
- }
diff --git a/xfce4-diskperf-plugin-libtool.patch b/xfce4-diskperf-plugin-libtool.patch
deleted file mode 100644 (file)
index 1686718..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -urN xfce4-diskperf-plugin-2.0/configure.ac xfce4-diskperf-plugin-2.0.new/configure.ac
---- xfce4-diskperf-plugin-2.0/configure.ac     2006-11-14 17:13:53.000000000 +0100
-+++ xfce4-diskperf-plugin-2.0.new/configure.ac 2006-11-14 17:13:32.000000000 +0100
-@@ -24,6 +24,7 @@
- dnl Check for basic programs
- AC_PROG_CC
- AC_PROG_INSTALL
-+AC_PROG_LIBTOOL
- AC_PROG_INTLTOOL
- dnl Check for standard header files
This page took 0.104415 seconds and 4 git commands to generate.