<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,7 +1,5 @@
-see: http://grigio.org/xmp_manager
+Xmp Manager is a Gui to write xmp metadata on .png, .jpeg files.
 
-Regenerate the UI
-------------------
-Xmp Manager uses Gtk::Builder, but Glade doesn't support it natively so you need to regenerate the Gtk GUI everytime you do a change:
 
-$ gtk-builder-convert data/xmpmanager/nautilus-xmp-manager.glade data/xmpmanager/nautilus-xmp-manager.ui
+more info on: http://grigio.org/xmp_manager
+</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -9,11 +9,6 @@ Spec::Rake::SpecTask.new do |t|
   t.spec_opts = ['--options', 'spec/spec.opts']
 end
 
-task :RegenerateUi do
-  puts &quot;Regenerate the Gtk GUI&quot;
-  system 'gtk-builder-convert data/xmpmanager/nautilus-xmp-manager.glade data/xmpmanager/nautilus-xmp-manager.ui'
-end
-
 task :RegeneratePot do
   puts &quot;Regenerate the Pot&quot;
   system 'rgettext xmp-manager data/xmpmanager/nautilus-xmp-manager.glade &gt; po/xmpmanager.pot'</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 &lt;?xml version=&quot;1.0&quot;?&gt;
 &lt;interface&gt;
-  &lt;!-- interface-requires gtk+ 2.16 --&gt;
+  &lt;requires lib=&quot;gtk+&quot; version=&quot;2.16&quot;/&gt;
   &lt;!-- interface-naming-policy toplevel-contextual --&gt;
   &lt;object class=&quot;GtkDialog&quot; id=&quot;window&quot;&gt;
     &lt;property name=&quot;border_width&quot;&gt;5&lt;/property&gt;
@@ -8,6 +8,7 @@
     &lt;property name=&quot;window_position&quot;&gt;center&lt;/property&gt;
     &lt;property name=&quot;type_hint&quot;&gt;dialog&lt;/property&gt;
     &lt;property name=&quot;has_separator&quot;&gt;False&lt;/property&gt;
+    &lt;signal name=&quot;destroy&quot; handler=&quot;on_window_destroy&quot;/&gt;
     &lt;child internal-child=&quot;vbox&quot;&gt;
       &lt;object class=&quot;GtkVBox&quot; id=&quot;dialog-vbox1&quot;&gt;
         &lt;property name=&quot;visible&quot;&gt;True&lt;/property&gt;
@@ -64,7 +65,7 @@
                                 &lt;property name=&quot;right_attach&quot;&gt;2&lt;/property&gt;
                                 &lt;property name=&quot;top_attach&quot;&gt;1&lt;/property&gt;
                                 &lt;property name=&quot;bottom_attach&quot;&gt;2&lt;/property&gt;
-                                &lt;property name=&quot;y_options&quot;/&gt;
+                                &lt;property name=&quot;y_options&quot;&gt;&lt;/property&gt;
                               &lt;/packing&gt;
                             &lt;/child&gt;
                             &lt;child&gt;
@@ -103,7 +104,7 @@
                                 &lt;property name=&quot;left_attach&quot;&gt;1&lt;/property&gt;
                                 &lt;property name=&quot;right_attach&quot;&gt;2&lt;/property&gt;
                                 &lt;property name=&quot;x_options&quot;&gt;GTK_FILL&lt;/property&gt;
-                                &lt;property name=&quot;y_options&quot;/&gt;
+                                &lt;property name=&quot;y_options&quot;&gt;&lt;/property&gt;
                               &lt;/packing&gt;
                             &lt;/child&gt;
                             &lt;child&gt;
@@ -314,7 +315,7 @@
                                     &lt;property name=&quot;is_focus&quot;&gt;True&lt;/property&gt;
                                     &lt;property name=&quot;receives_default&quot;&gt;False&lt;/property&gt;
                                     &lt;property name=&quot;use_stock&quot;&gt;True&lt;/property&gt;
-                                    &lt;signal handler=&quot;on_add_tag_button_pressed&quot; name=&quot;pressed&quot;/&gt;
+                                    &lt;signal name=&quot;pressed&quot; handler=&quot;on_add_tag_button_pressed&quot;/&gt;
                                   &lt;/object&gt;
                                   &lt;packing&gt;
                                     &lt;property name=&quot;expand&quot;&gt;False&lt;/property&gt;
@@ -343,6 +344,9 @@
                   &lt;/packing&gt;
                 &lt;/child&gt;
               &lt;/object&gt;
+              &lt;packing&gt;
+                &lt;property name=&quot;position&quot;&gt;1&lt;/property&gt;
+              &lt;/packing&gt;
             &lt;/child&gt;
             &lt;child type=&quot;tab&quot;&gt;
               &lt;object class=&quot;GtkLabel&quot; id=&quot;label2&quot;&gt;
@@ -373,7 +377,7 @@
                 &lt;property name=&quot;can_default&quot;&gt;True&lt;/property&gt;
                 &lt;property name=&quot;receives_default&quot;&gt;True&lt;/property&gt;
                 &lt;property name=&quot;use_stock&quot;&gt;True&lt;/property&gt;
-                &lt;signal handler=&quot;on_erase_button_clicked&quot; name=&quot;clicked&quot;/&gt;
+                &lt;signal name=&quot;clicked&quot; handler=&quot;on_erase_button_clicked&quot;/&gt;
               &lt;/object&gt;
               &lt;packing&gt;
                 &lt;property name=&quot;expand&quot;&gt;False&lt;/property&gt;
@@ -389,7 +393,7 @@
                 &lt;property name=&quot;can_default&quot;&gt;True&lt;/property&gt;
                 &lt;property name=&quot;receives_default&quot;&gt;True&lt;/property&gt;
                 &lt;property name=&quot;use_stock&quot;&gt;True&lt;/property&gt;
-                &lt;signal handler=&quot;on_save_button_clicked&quot; name=&quot;clicked&quot;/&gt;
+                &lt;signal name=&quot;clicked&quot; handler=&quot;on_save_button_clicked&quot;/&gt;
               &lt;/object&gt;
               &lt;packing&gt;
                 &lt;property name=&quot;expand&quot;&gt;False&lt;/property&gt;
@@ -407,6 +411,7 @@
       &lt;/object&gt;
     &lt;/child&gt;
     &lt;action-widgets&gt;
+      &lt;action-widget response=&quot;0&quot;&gt;erase_button&lt;/action-widget&gt;
       &lt;action-widget response=&quot;-7&quot;&gt;save_button&lt;/action-widget&gt;
     &lt;/action-widgets&gt;
   &lt;/object&gt;</diff>
      <filename>data/xmpmanager/nautilus-xmp-manager.ui</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>data/xmpmanager/nautilus-xmp-manager.glade</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>f4c0563a742a93ceb1b10ecf0e30bbd2352df3b3</id>
    </parent>
  </parents>
  <author>
    <name>Luigi Maselli</name>
    <email>luigix_@t_gmail_com</email>
  </author>
  <url>http://github.com/grigio/xmp-manager/commit/5c8908c0f836a84d04c90356ef3ea4ddc22e742d</url>
  <id>5c8908c0f836a84d04c90356ef3ea4ddc22e742d</id>
  <committed-date>2009-04-29T02:37:11-07:00</committed-date>
  <authored-date>2009-04-29T02:37:11-07:00</authored-date>
  <message>Migration from libglade to gtk builder is complete</message>
  <tree>143b43592ede84200f1154203b6cd747860082fe</tree>
  <committer>
    <name>Luigi Maselli</name>
    <email>luigix_@t_gmail_com</email>
  </committer>
</commit>
