[gtkmm] AppChooserDialog: Fixed a typo.



commit 6ca0a9bd64b241d5e6c6ae6ef88c56bfc8d516a1
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Feb 10 11:59:34 2011 +0100

    AppChooserDialog: Fixed a typo.
    
    * gtk/src/appchooserdialog.hg: Avoid registering a type with the wrong
    (and duplicate) name.

 ChangeLog                   |    7 +++++++
 gtk/src/appchooserdialog.hg |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 176b53e..8ede61e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2011-02-10  Murray Cumming  <murrayc murrayc com>
 
+	AppChooserDialog: Fixed a typo.
+
+	* gtk/src/appchooserdialog.hg: Avoid registering a type with the wrong 
+	(and duplicate) name.
+
+2011-02-10  Murray Cumming  <murrayc murrayc com>
+
 	Added AppChooser, AppChooserButton, AppChooserDialog and AppChooserWidget.
 
   * tools/extra_defs_gen/generate_defs_gtk.cc: Mentioned the new AppChooser 
diff --git a/gtk/src/appchooserdialog.hg b/gtk/src/appchooserdialog.hg
index e85658a..b081949 100644
--- a/gtk/src/appchooserdialog.hg
+++ b/gtk/src/appchooserdialog.hg
@@ -42,7 +42,7 @@ class AppChooserDialog
   : public Dialog,
     public AppChooser
 {
-  _CLASS_GTKOBJECT(AppChooserDialog, GtkAppChooserDialog, GTK_APP_CHOOSER_WIDGET, Dialog, GtkDialog)
+  _CLASS_GTKOBJECT(AppChooserDialog, GtkAppChooserDialog, GTK_APP_CHOOSER_DIALOG, Dialog, GtkDialog)
   _IMPLEMENTS_INTERFACE(AppChooser)
 public:
 



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