[gnote] fix POTFILES.in for newly added strings



commit 2185a7b421bbf6929c3e7a0967eaf5407104a9f3
Author: Hubert Figuiere <hub figuiere net>
Date:   Tue Apr 21 17:20:30 2009 -0400

    fix POTFILES.in for newly added strings
    configure.ac: bump to 0.2.0
    fix some warnings.
---
 NEWS                      |    4 ++--
 configure.ac              |    6 +++---
 po/POTFILES.in            |    1 +
 src/preferencesdialog.cpp |    4 ++--
 4 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/NEWS b/NEWS
index 03ea873..3470be9 100644
--- a/NEWS
+++ b/NEWS
@@ -2,8 +2,8 @@
 
 New features
 
-  * Now support addins:
-    - Fixed Width (Bug #578980)
+  * Now support addins (Bug #578980):
+    - Fixed Width
   * Show addins in preferences.
 
 Fixes:
diff --git a/configure.ac b/configure.ac
index 1614703..c5832b7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(gnote, 0.1.2)
+AC_INIT(gnote, 0.2.0)
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR(README)
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
@@ -13,8 +13,8 @@ AC_CONFIG_MACRO_DIR(m4)
 m4_pattern_allow([^BOOST_])
 
 MAJOR_VERSION=0
-MINOR_VERSION=1
-MICRO_VERSION=2
+MINOR_VERSION=2
+MICRO_VERSION=0
 
 GNOTE_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION"
 AC_SUBST(GNOTE_VERSION)
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 4b67a9d..064243c 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -2,6 +2,7 @@ data/GNOME_GNoteApplet.server.in.in
 data/GNOME_GNoteApplet.xml
 data/gnote.desktop.in
 data/gnote.schemas.in
+src/sharp/addinstreemodel.cpp
 src/actionmanager.cpp
 src/gnote.cpp
 src/preferencesdialog.cpp
diff --git a/src/preferencesdialog.cpp b/src/preferencesdialog.cpp
index 6793e7b..f41ff56 100644
--- a/src/preferencesdialog.cpp
+++ b/src/preferencesdialog.cpp
@@ -120,7 +120,7 @@ namespace gnote {
               typeid(*tabAddin).name());
         try {
           std::string tabName;
-          Gtk::Widget *tabWidget;
+          Gtk::Widget *tabWidget = NULL;
           if (tabAddin->get_preference_tab_widget (this, tabName, tabWidget)) {
             notebook->append_page (*manage(tabWidget), tabName);
           }
@@ -671,7 +671,7 @@ namespace gnote {
 
   void PreferencesDialog::on_addin_prefs_button()
   {
-    const sharp::DynamicModule * module = get_selected_addin();
+//    const sharp::DynamicModule * module = get_selected_addin();
 #if 0
     Gtk::Dialog dialog = null;
 //    Mono.Addins.Addin addin =



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