[gnome-bluetooth] Add whitespace missing from previous commit



commit 01b4b591b7b448a2daa0348b601c85d8459d811f
Author: Baptiste Mille-Mathias <baptiste millemathias gmail com>
Date:   Sun Jan 12 09:07:52 2014 +0100

    Add whitespace missing from previous commit

 sendto/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sendto/main.c b/sendto/main.c
index c0c1107..bd0270f 100644
--- a/sendto/main.c
+++ b/sendto/main.c
@@ -475,7 +475,7 @@ static void create_window(void)
 
        hbox = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 4);
 
-       image_status = gtk_image_new_from_icon_name("dialog-warning", GTK_ICON_SIZE_MENU);
+       image_status = gtk_image_new_from_icon_name ("dialog-warning", GTK_ICON_SIZE_MENU);
        gtk_widget_set_no_show_all (image_status, TRUE);
        gtk_box_pack_start(GTK_BOX (hbox), image_status, FALSE, FALSE, 4);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]