diff options
author | infirit <[email protected]> | 2014-12-10 12:58:33 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-12-10 12:58:33 +0100 |
commit | 089cfc78f610343cc641b71f72010f21980a495b (patch) | |
tree | adf9ff51f2b329e021251b169e623e6ab7665824 /charpick/charpick.c | |
parent | 419a9ea9523ad2b38a64161b7de08672aa11b471 (diff) | |
download | mate-applets-089cfc78f610343cc641b71f72010f21980a495b.tar.bz2 mate-applets-089cfc78f610343cc641b71f72010f21980a495b.tar.xz |
Gtk3: charpick: fix typo
Diffstat (limited to 'charpick/charpick.c')
-rw-r--r-- | charpick/charpick.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/charpick/charpick.c b/charpick/charpick.c index 572064f0..b68dc561 100644 --- a/charpick/charpick.c +++ b/charpick/charpick.c @@ -551,7 +551,7 @@ build_table(charpick_data *p_curr_data) if (!p_curr_data->panel_vertical) row_box[i] = gtk_hbox_new (TRUE, 0); else row_box[i] = gtk_vbox_new (TRUE, 0); #if GTK_CHECK_VERSION (3, 0, 0) - gtk_box_set_homogeneous (GTK_BOX (stickyfoo), TRUE); + gtk_box_set_homogeneous (GTK_BOX (button_box), TRUE); #endif gtk_box_pack_start (GTK_BOX (button_box), row_box[i], TRUE, TRUE, 0); } |