X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fui.c;h=1e96b8e696f61d60d1bba089c5a433b188478a45;hb=fdd5212758324b704c26167a54fa951dbe6ed8bb;hp=f1c84b21df4448f5898c0c0708bff7f5924a7ac6;hpb=dbde97cc531ef93c406c132c29ca32cb931d46dd;p=psensor.git diff --git a/src/ui.c b/src/ui.c index f1c84b2..1e96b8e 100644 --- a/src/ui.c +++ b/src/ui.c @@ -165,9 +165,9 @@ static guint n_entries = G_N_ELEMENTS(entries); static GtkWidget *get_menu(struct ui_psensor *ui) { - GtkActionGroup *action_group; - GtkUIManager *menu_manager; - GError *error; + GtkActionGroup *action_group; + GtkUIManager *menu_manager; + GError *error; action_group = gtk_action_group_new("PsensorActions"); gtk_action_group_set_translation_domain(action_group, PACKAGE);