[gnome-calendar/ui-rewrite] gcal-edit-dialog: remove title



commit 725b369a6db4056c9778480dff7614296519a16c
Author: Erick Pérez Castellanos <erick red gmail com>
Date:   Sat Jul 27 14:39:07 2013 -0400

    gcal-edit-dialog: remove title
    
    This shoul work along with the WM setting only border and
    not titlebar on the dialog

 src/gcal-edit-dialog.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/gcal-edit-dialog.c b/src/gcal-edit-dialog.c
index 411adad..4dd8e8a 100644
--- a/src/gcal-edit-dialog.c
+++ b/src/gcal-edit-dialog.c
@@ -154,6 +154,8 @@ gcal_edit_dialog_constructed (GObject* object)
   /* chaining up */
   G_OBJECT_CLASS (gcal_edit_dialog_parent_class)->constructed (object);
 
+  gtk_window_set_title (GTK_WINDOW (object), "");
+
   content_area = gtk_dialog_get_content_area (GTK_DIALOG (object));
 
   /* titlebar */


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