[Xfce4-commits] <xfce4-cpugraph-plugin:master> Remove extra alignment instruction
Florian
noreply at xfce.org
Sat Apr 17 16:16:54 CEST 2010
Updating branch refs/heads/master
to f7727ad35f2c33887626578edfa6701ed3aaedba (commit)
from a825506ae7947ed7b4099756f939cb1c85d699d9 (commit)
commit f7727ad35f2c33887626578edfa6701ed3aaedba
Author: Florian <frivoal at gmail.com>
Date: Mon Mar 29 22:42:35 2010 +0900
Remove extra alignment instruction
Make the properties alittle bit more compact by not alligning things
that don't need to be.
panel-plugin/properties.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/panel-plugin/properties.c b/panel-plugin/properties.c
index cf14df8..905ea8d 100644
--- a/panel-plugin/properties.c
+++ b/panel-plugin/properties.c
@@ -137,7 +137,6 @@ static void create_check_box( GtkBox *tab, GtkSizeGroup *sg, const gchar *name,
gtk_widget_show( checkBox );
gtk_box_pack_start( GTK_BOX( hbox ), GTK_WIDGET( checkBox ), FALSE, FALSE, 0 );
g_signal_connect( checkBox, "toggled", G_CALLBACK( callback ), cb_data );
- gtk_size_group_add_widget( sg, checkBox );
}
static void create_drop_down( GtkBox *tab, GtkSizeGroup *sg, const gchar * name, const gchar ** items, gsize nb_items, guint init, void (callback)( GtkComboBox *, CPUGraph * ), void * cb_data)
More information about the Xfce4-commits
mailing list