diff src/ui_utildlg.c @ 442:4b2d7f9af171

Big whitespaces cleanup: - drop whitespaces at end of lines - convert eight spaces to tab at start of lines - drop spurious spaces mixed with tabs - remove empty lines at end of files
author zas_
date Sun, 20 Apr 2008 13:04:57 +0000
parents 6a7298988a7a
children ddabc4873a3f
line wrap: on
line diff
--- a/src/ui_utildlg.c	Sun Apr 20 10:05:27 2008 +0000
+++ b/src/ui_utildlg.c	Sun Apr 20 13:04:57 2008 +0000
@@ -36,7 +36,7 @@
  *-----------------------------------------------------------------------------
  * generic dialog
  *-----------------------------------------------------------------------------
- */ 
+ */
 
 void generic_dialog_close(GenericDialog *gd)
 {
@@ -112,7 +112,7 @@
 {
 	GenericDialog *gd = data;
 	if (gd->cancel_button)
-	       	{
+		{
 		gtk_box_reorder_child(GTK_BOX(gd->hbox), gd->cancel_button, -1);
 		}
 
@@ -262,7 +262,7 @@
 	gtk_widget_show(gd->hbox);
 
 	if (gd->cancel_cb)
-	       	{
+		{
 		gd->cancel_button = generic_dialog_add_button(gd, GTK_STOCK_CANCEL, NULL, gd->cancel_cb, TRUE);
 		}
 	else
@@ -295,7 +295,7 @@
  *-----------------------------------------------------------------------------
  * simple warning dialog
  *-----------------------------------------------------------------------------
- */ 
+ */
 
 static void warning_dialog_ok_cb(GenericDialog *gd, gpointer data)
 {
@@ -321,7 +321,7 @@
  *-----------------------------------------------------------------------------
  * generic file ops dialog routines
  *-----------------------------------------------------------------------------
- */ 
+ */
 
 void file_dialog_close(FileDialog *fdlg)
 {