[gnote] Remove deprecated GTK_DIALOG_NO_SEPARATOR from notebookmanager.cpp



commit f0fcce306d8d4160fe36181265aa70a434c651d3
Author: Aurimas Ä?ernius <aurisc4 gmail com>
Date:   Fri Apr 15 23:35:15 2011 +0300

    Remove deprecated GTK_DIALOG_NO_SEPARATOR from notebookmanager.cpp
    
    This constant is not available in GTK 3.

 src/notebooks/notebookmanager.cpp |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/src/notebooks/notebookmanager.cpp b/src/notebooks/notebookmanager.cpp
index 51f3e7f..a985f65 100644
--- a/src/notebooks/notebookmanager.cpp
+++ b/src/notebooks/notebookmanager.cpp
@@ -1,7 +1,7 @@
 /*
  * gnote
  *
- * Copyright (C) 2010 Aurimas Cernius
+ * Copyright (C) 2010-2011 Aurimas Cernius
  * Copyright (C) 2010 Debarshi Ray
  * Copyright (C) 2009 Hubert Figuiere
  *
@@ -289,8 +289,7 @@ namespace gnote {
       // Prompt the user for the name of a new notebook
       CreateNotebookDialog dialog(parent,
                                   (GtkDialogFlags)(GTK_DIALOG_MODAL
-                                                   | GTK_DIALOG_DESTROY_WITH_PARENT
-                                                   | GTK_DIALOG_NO_SEPARATOR));
+                                                   | GTK_DIALOG_DESTROY_WITH_PARENT));
       
       
       int response = dialog.run ();



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