<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>main.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -7,11 +7,18 @@ include Gtk
 
 Logo=&quot;images/icons/logo.jpg&quot;
 
-if __FILE__ == $0
-  # TODO Generated stub
+module Utils
+  module_function
+  def show_error_dialog(window, text)
+    dialog = Gtk::MessageDialog.new(window, Gtk::Dialog::MODAL, 
+                                    Gtk::MessageDialog::ERROR, 
+                                    Gtk::MessageDialog::BUTTONS_CLOSE, text)
+    dialog.run
+    dialog.destroy
+  end
 end
 
-class Dobbswindow &lt; Gtk::Window
+class DobbsWindow &lt; Gtk::Window
 
   def initialize
     super</diff>
      <filename>window.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>dd6f69873f1f5da0b947261ead9f8a6a5d888408</id>
    </parent>
  </parents>
  <author>
    <name>Vincent Batts</name>
    <email>vbatts@hashbangbash.com</email>
  </author>
  <url>http://github.com/vbatts/dobbage/commit/6825c77893343d2b581fcce7901f9ea6b3004960</url>
  <id>6825c77893343d2b581fcce7901f9ea6b3004960</id>
  <committed-date>2009-11-04T06:30:19-08:00</committed-date>
  <authored-date>2009-11-04T06:30:19-08:00</authored-date>
  <message>adding more windowing stuff</message>
  <tree>f649ce4f94eef04576c8351eca9a804e3077c318</tree>
  <committer>
    <name>Vincent Batts</name>
    <email>vbatts@hashbangbash.com</email>
  </committer>
</commit>
