summaryrefslogtreecommitdiff
path: root/sendto/main.c
diff options
context:
space:
mode:
authorBaptiste Mille-Mathias <baptiste.millemathias@gmail.com>2014-01-12 09:07:52 +0100
committerBaptiste Mille-Mathias <baptiste.millemathias@gmail.com>2014-01-12 09:07:52 +0100
commit01b4b591b7b448a2daa0348b601c85d8459d811f (patch)
tree9185fdfae28bfb9e4b25f452ca0349387acfbe3c /sendto/main.c
parentf9b06b8bc6ef2fd8b69cd91173f91829985980f0 (diff)
downloadgnome-bluetooth-01b4b591b7b448a2daa0348b601c85d8459d811f.tar.gz
Add whitespace missing from previous commit
Diffstat (limited to 'sendto/main.c')
-rw-r--r--sendto/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sendto/main.c b/sendto/main.c
index c0c1107c..bd0270f5 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);