Skip to content

Commit

Permalink
Update cc-wacom-panel.c: Fix name (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
leigh123linux authored Apr 1, 2024
1 parent 1dd641f commit 90a311c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions panels/wacom/cc-wacom-panel.c
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ update_current_tool (CcWacomPanel *panel,
}

static gboolean
on_event (GtkWidget *wigdet,
on_event (GtkWidget *widget,
GdkEvent *event,
CcWacomPanel *panel)
{
Expand Down Expand Up @@ -715,4 +715,4 @@ cc_wacom_panel_register (GIOModule *module)
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
g_io_extension_point_implement (CC_SHELL_PANEL_EXTENSION_POINT,
CC_TYPE_WACOM_PANEL, "wacom", 0);
}
}

0 comments on commit 90a311c

Please sign in to comment.