]> git.sur5r.net Git - bacula/bacula/commitdiff
Glade tweak
authorKern Sibbald <kern@sibbald.com>
Sat, 25 Oct 2003 12:40:17 +0000 (12:40 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 25 Oct 2003 12:40:17 +0000 (12:40 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@778 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/console2.glade
bacula/src/gnome2-console/interface.c
bacula/src/gnome2-console/support.c

index 9ef2b90aa579c3680917ad812b272b575482b05b..2c2619445c32b04c76388e4e1e8967d9aff2e93f 100644 (file)
              <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>
index 95cc1db054ba974ea31d7d05873f58e467f31445..d536d15a2d6a2b8e3f2b643883ae2293217f2c8b 100644 (file)
@@ -432,7 +432,7 @@ create_about1 (void)
   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);
 
index 7f065549dc4c97f29bffd70aa6e2e1f5e5090178..acedfc66874af2041a0efe8656036b9b22bab8b6 100644 (file)
@@ -29,7 +29,7 @@ lookup_widget                          (GtkWidget       *widget,
       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;