diff options
-rw-r--r-- | command/src/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/command/src/command.c b/command/src/command.c index ac756eb2..2cc44e49 100644 --- a/command/src/command.c +++ b/command/src/command.c @@ -469,7 +469,7 @@ command_applet_fill (MatePanelApplet* applet) "visible", G_SETTINGS_BIND_DEFAULT); - atk_widget = gtk_widget_get_accessible (command_applet->applet); + atk_widget = gtk_widget_get_accessible (GTK_WIDGET (command_applet->applet)); if (GTK_IS_ACCESSIBLE (atk_widget)) { atk_object_set_name (atk_widget, _("Command applet")); |