Mailinglist Archive: opensuse-commit (1318 mails)
| < Previous | Next > |
commit control-center2
- From: root@xxxxxxx (h_root)
- Date: Sun, 6 Aug 2006 21:32:11 +0200 (CEST)
- Message-id: <20060806193211.C7C48950EB@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package control-center2
checked in at Sun Aug 6 21:32:11 CEST 2006.
--------
--- GNOME/control-center2/control-center2.changes 2006-06-29 17:01:53.000000000 +0200
+++ control-center2/control-center2.changes 2006-08-04 23:20:47.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Aug 4 23:17:09 CEST 2006 - sreeves@xxxxxxx
+
+- Mark an existing string in
+ control-center2-soundupdate.patch for translation (185591)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ control-center2.spec ++++++
--- /var/tmp/diff_new_pack.dqFREW/_old 2006-08-06 21:31:42.000000000 +0200
+++ /var/tmp/diff_new_pack.dqFREW/_new 2006-08-06 21:31:42.000000000 +0200
@@ -21,7 +21,7 @@
Obsoletes: fontilus themus acme
Provides: fontilus themus acme
Version: 2.12.2
-Release: 72
+Release: 74
Summary: The GNOME Control Center for the GNOME 2.x Desktop
Source: %{_name}-%{version}.tar.bz2
Source1: control-center-art.tar.bz2
@@ -243,6 +243,9 @@
%{prefix}/share/idl/*.idl
%changelog -n control-center2
+* Fri Aug 04 2006 - sreeves@xxxxxxx
+- Mark an existing string in
+ control-center2-soundupdate.patch for translation (185591)
* Thu Jun 29 2006 - sbrabec@xxxxxxx
- Added two missing upstream translations (#185584#c27).
- Fixed Norwegian translation update (#185584#c29).
++++++ control-center2-soundupdate.patch ++++++
--- /var/tmp/diff_new_pack.dqFREW/_old 2006-08-06 21:31:43.000000000 +0200
+++ /var/tmp/diff_new_pack.dqFREW/_new 2006-08-06 21:31:43.000000000 +0200
@@ -560,7 +560,7 @@
g_free (view->priv);
view->priv = NULL;
}
-@@ -71,310 +69,269 @@
+@@ -71,310 +69,272 @@
object_class->destroy = sound_view_destroy;
}
@@ -964,6 +964,7 @@
- GtkWidget *vbox;
- GtkWidget *label;
- gchar *path;
++ gchar *str;
view->priv = g_new0 (SoundViewPrivate, 1);
+ view->priv->combo_box_info = g_ptr_array_new();
@@ -1080,7 +1081,9 @@
- gtk_widget_set_sensitive (view->priv->entry, FALSE);
-
- gtk_widget_show_all (hbox);
-+ view->priv->label = gtk_label_new ("<span weight=\"bold\">System Sounds</span>");
++ str = g_strdup_printf ("<span weight=\"bold\">%s</span>", _("System Sounds"));
++ view->priv->label = gtk_label_new (str);
++ g_free(str);
+ gtk_label_set_use_markup (GTK_LABEL (view->priv->label), TRUE);
+ gtk_misc_set_alignment (GTK_MISC (view->priv->label), 0.0, 0.5);
+ gtk_box_pack_start (GTK_BOX (view), view->priv->label, FALSE, FALSE, 0);
@@ -1091,7 +1094,7 @@
}
GtkType
-@@ -408,58 +365,23 @@
+@@ -408,58 +368,23 @@
view->priv->props = props;
sound_view_reload (view);
@@ -1151,7 +1154,7 @@
}
}
-@@ -468,60 +390,7 @@
+@@ -468,60 +393,7 @@
{
g_return_if_fail (SOUND_IS_VIEW (view));
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
| < Previous | Next > |