(trunk) one of the less-interesting commits in a while: remove trailing spaces from lines

This commit is contained in:
Charles Kerr
2010-01-05 23:47:50 +00:00
parent 7d266ed4d6
commit 182cbb8b90
29 changed files with 116 additions and 123 deletions

View File

@@ -536,7 +536,7 @@ addURLDialog( GtkWindow * parent, TrCore * core )
e = gtk_entry_new( );
g_object_set_data( G_OBJECT( w ), "url-entry", e );
hig_workarea_add_row( t, &row, _( "_URL" ), e, NULL );
gtk_box_pack_start( GTK_BOX( GTK_DIALOG( w )->vbox ), t, TRUE, TRUE, 0 );
gtk_widget_show_all( t );
gtk_widget_show( w );