diff options
author | Thomas White <taw@physics.org> | 2011-06-30 16:18:44 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:28 +0100 |
commit | 5aa573dd448a53ba30844336b1e70c086432f017 (patch) | |
tree | 5258ce0ebf69969eb94f1ae65044c9461323e21f | |
parent | 7a5bb5f6a676058e8739314ef9086803c988baf0 (diff) |
Formatting
-rw-r--r-- | src/dw-hdfsee.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dw-hdfsee.c b/src/dw-hdfsee.c index 21e92c87..130d9f06 100644 --- a/src/dw-hdfsee.c +++ b/src/dw-hdfsee.c @@ -1226,7 +1226,8 @@ static gint displaywindow_show_numbers(GtkWidget *widget, DisplayWindow *dw) label = gtk_label_new("Feature:"); gtk_box_pack_start(GTK_BOX(hbox2), GTK_WIDGET(label), FALSE, FALSE, 5); nw->feat = gtk_label_new("-"); - gtk_box_pack_start(GTK_BOX(hbox2), GTK_WIDGET(nw->feat), FALSE, FALSE, 5); + gtk_box_pack_start(GTK_BOX(hbox2), GTK_WIDGET(nw->feat), + FALSE, FALSE, 5); g_signal_connect(G_OBJECT(nw->window), "response", G_CALLBACK(displaywindow_numbers_response), dw); |