diff options
Diffstat (limited to 'meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin/0001-Fix-memory-leak-and-reduce-cpu-load-slightly.patch')
| -rw-r--r-- | meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin/0001-Fix-memory-leak-and-reduce-cpu-load-slightly.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin/0001-Fix-memory-leak-and-reduce-cpu-load-slightly.patch b/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin/0001-Fix-memory-leak-and-reduce-cpu-load-slightly.patch index 92a6e8384d..ae8bc5279d 100644 --- a/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin/0001-Fix-memory-leak-and-reduce-cpu-load-slightly.patch +++ b/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin/0001-Fix-memory-leak-and-reduce-cpu-load-slightly.patch | |||
| @@ -18,6 +18,7 @@ Upstream-Status: Submitted [1] | |||
| 18 | [1] https://bugzilla.xfce.org/attachment.cgi?id=8492 | 18 | [1] https://bugzilla.xfce.org/attachment.cgi?id=8492 |
| 19 | 19 | ||
| 20 | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> | 20 | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> |
| 21 | |||
| 21 | --- | 22 | --- |
| 22 | panel-plugin/xfce4-cpufreq-configure.c | 4 ++++ | 23 | panel-plugin/xfce4-cpufreq-configure.c | 4 ++++ |
| 23 | panel-plugin/xfce4-cpufreq-plugin.c | 13 +++++++++++-- | 24 | panel-plugin/xfce4-cpufreq-plugin.c | 13 +++++++++++-- |
| @@ -109,13 +110,12 @@ index a6895e4..6338698 100644 | |||
| 109 | +++ b/panel-plugin/xfce4-cpufreq-plugin.h | 110 | +++ b/panel-plugin/xfce4-cpufreq-plugin.h |
| 110 | @@ -95,6 +95,8 @@ typedef struct | 111 | @@ -95,6 +95,8 @@ typedef struct |
| 111 | 112 | ||
| 112 | CpuFreqPlugin *cpuFreq; | 113 | extern CpuFreqPlugin *cpuFreq; |
| 113 | 114 | ||
| 114 | +GtkCssProvider *currentProvider; | 115 | +GtkCssProvider *currentProvider; |
| 115 | + | 116 | + |
| 116 | G_BEGIN_DECLS | 117 | G_BEGIN_DECLS |
| 117 | 118 | ||
| 118 | void | 119 | void |
| 119 | -- | 120 | --- |
| 120 | 2.20.1 | 121 | 2.20.1 |
| 121 | |||
