git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@778 
91ce42f0-d328-0410-95d8-
f526ca767f89
 
              <child>
                <widget class="GtkLabel" id="about_head">
                  <property name="visible">True</property>
-                 <property name="label" translatable="yes">Bacula Console 1.32n (14 Oct 03)
+                 <property name="label" translatable="yes">Bacula Console 1.32c (24 Oct 03)
 </property>
                  <property name="use_underline">False</property>
                  <property name="use_markup">False</property>
 
   gtk_widget_show (vbox9);
   gtk_box_pack_start (GTK_BOX (vbox8), vbox9, TRUE, TRUE, 0);
 
-  about_head = gtk_label_new (_("Bacula Console 1.32n (14 Oct 03)\n"));
+  about_head = gtk_label_new (_("Bacula Console 1.32c (24 Oct 03)\n"));
   gtk_widget_show (about_head);
   gtk_box_pack_start (GTK_BOX (vbox9), about_head, FALSE, FALSE, 0);
 
 
       else
         parent = widget->parent;
       if (!parent)
-        parent = (GtkWidget *)g_object_get_data (G_OBJECT (widget), "GladeParentKey");
+        parent = g_object_get_data (G_OBJECT (widget), "GladeParentKey");
       if (parent == NULL)
         break;
       widget = parent;