[glom/maemo5] Use a HildonWindow in the glade file so that HildonAppMenu actually works.



commit 71f4044d88d4c153370b2c4d971b2c4e0344ea34
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Sep 7 19:36:39 2009 +0200

    Use a HildonWindow in the glade file so that HildonAppMenu actually works.

 glom/glom.glade |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/glom/glom.glade b/glom/glom.glade
index a0aa152..affa870 100644
--- a/glom/glom.glade
+++ b/glom/glom.glade
@@ -961,7 +961,8 @@
       </object>
     </child>
   </object>
-  <object class="GtkWindow" id="window_main">
+  <object class="HildonWindow" id="window_main">
+  <!-- <object class="GtkWindow" id="window_main"> -->
     <property name="title" translatable="yes">Glom</property>
     <property name="default_width">900</property>
     <property name="default_height">700</property>



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