summaryrefslogtreecommitdiff
path: root/cpufreq
diff options
context:
space:
mode:
authorValentin Villenave <[email protected]>2021-10-06 18:08:56 +0200
committerraveit65 <[email protected]>2021-10-26 16:00:45 +0200
commit47bd32bbfdf3ad2ed38e885232f1cbcac80154b6 (patch)
tree0aa81f976c30506d4fa06c58b8f1f77e0f4af791 /cpufreq
parent0679bd499006aa488dc5f11eb36987d216b19174 (diff)
downloadmate-applets-47bd32bbfdf3ad2ed38e885232f1cbcac80154b6.tar.bz2
mate-applets-47bd32bbfdf3ad2ed38e885232f1cbcac80154b6.tar.xz
Mate Cpufreq applet: enable standard keyboard navigation
Key press events weren’t passed to GTK normally, which prevented from opening the contextual menu without the mouse.
Diffstat (limited to 'cpufreq')
-rw-r--r--cpufreq/src/cpufreq-applet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpufreq/src/cpufreq-applet.c b/cpufreq/src/cpufreq-applet.c
index adbd0e8c..adec4be1 100644
--- a/cpufreq/src/cpufreq-applet.c
+++ b/cpufreq/src/cpufreq-applet.c
@@ -376,7 +376,7 @@ cpufreq_applet_key_press (GtkWidget *widget,
break;
}
- return FALSE;
+ return GTK_WIDGET_CLASS (cpufreq_applet_parent_class)->key_press_event (widget, event);
}
static void