[gnome-bluetooth] sendto: Make selection window's title bar bigger
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-bluetooth] sendto: Make selection window's title bar bigger
- Date: Mon, 28 Feb 2011 19:12:21 +0000 (UTC)
commit 5e4d8e3c1e1fe489c716631bd5258a289d8eabbf
Author: Bastien Nocera <hadess hadess net>
Date: Mon Feb 28 18:59:33 2011 +0000
sendto: Make selection window's title bar bigger
By unsetting the fact that it's a dialogue
sendto/main.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/sendto/main.c b/sendto/main.c
index d212cd5..116a46b 100644
--- a/sendto/main.c
+++ b/sendto/main.c
@@ -652,6 +652,7 @@ show_browse_dialog (char **device_name)
0,
GTK_STOCK_CANCEL, GTK_RESPONSE_REJECT,
NULL);
+ gtk_window_set_type_hint (GTK_WINDOW (dialog), GDK_WINDOW_TYPE_HINT_NORMAL);
send_button = gtk_dialog_add_button (GTK_DIALOG (dialog), _("Send _To"), GTK_RESPONSE_ACCEPT);
image = gtk_image_new_from_icon_name ("document-send", GTK_ICON_SIZE_BUTTON);
gtk_button_set_image (GTK_BUTTON (send_button), image);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]