[Goodies-commits] r4912 - in xfce4-datetime-plugin/trunk: . panel-plugin po

Diego Ongaro ongardie at xfce.org
Sun Jun 8 02:32:15 CEST 2008


Author: ongardie
Date: 2008-06-08 00:32:15 +0000 (Sun, 08 Jun 2008)
New Revision: 4912

Modified:
   xfce4-datetime-plugin/trunk/ChangeLog
   xfce4-datetime-plugin/trunk/panel-plugin/datetime-dialog.c
   xfce4-datetime-plugin/trunk/po/xfce4-datetime-plugin.pot
Log:
Resolved Bug #4123

Moved message about the calendar's week starting on a day defined by the
locale to the wiki.


Modified: xfce4-datetime-plugin/trunk/ChangeLog
===================================================================
--- xfce4-datetime-plugin/trunk/ChangeLog	2008-06-08 00:17:43 UTC (rev 4911)
+++ xfce4-datetime-plugin/trunk/ChangeLog	2008-06-08 00:32:15 UTC (rev 4912)
@@ -1,5 +1,7 @@
 2008-06-08	Diego Ongaro <ongardie at gmail.com>
 
+	* panel-plugin/datetime-dialog.c: Moved message about the calendar's
+	week starting on a day defined by the locale to the wiki (Bug #4123)
 	* panel-plugin/datetime.{c,h}: Fix Bug #4110: time is not updated in
 	tooltip while it is displayed.
 	* panel-plugin/datetime.{c,h}, panel-plugin/datetime-dialog.c: New

Modified: xfce4-datetime-plugin/trunk/panel-plugin/datetime-dialog.c
===================================================================
--- xfce4-datetime-plugin/trunk/panel-plugin/datetime-dialog.c	2008-06-08 00:17:43 UTC (rev 4911)
+++ xfce4-datetime-plugin/trunk/panel-plugin/datetime-dialog.c	2008-06-08 00:32:15 UTC (rev 4912)
@@ -324,7 +324,6 @@
             *time_combobox,
             *date_combobox,
             *label,
-            *image,
             *button,
             *entry,
             *bin;
@@ -579,34 +578,6 @@
 
   gtk_widget_show_all(datetime->time_frame);
 
-  /*
-   * Calendar options frame
-   */
-  frame = xfce_create_framebox(_("Calendar"), &bin);
-  gtk_container_set_border_width(GTK_CONTAINER(frame), 6);
-  gtk_box_pack_start(GTK_BOX(GTK_DIALOG(dlg)->vbox), frame,
-      FALSE, FALSE, 0);
-
-  /* hbox */
-  hbox = gtk_hbox_new(FALSE, 6);
-  gtk_container_add(GTK_CONTAINER(bin),hbox);
-
-  /* dialog info image */
-  image = gtk_image_new_from_stock (GTK_STOCK_DIALOG_INFO,
-                                      GTK_ICON_SIZE_DND);
-  gtk_misc_set_alignment (GTK_MISC (image), 0, 0);
-  gtk_box_pack_start (GTK_BOX (hbox), image, FALSE, FALSE, 0);
-
-  /* week-start-on-monday setting is ignored by gtk since version 2.4 */
-  label = gtk_label_new(NULL);
-  gtk_label_set_markup(GTK_LABEL(label),
-      _("The information on which day the calendar week "
-        "starts is derived from the locale."));
-  gtk_box_pack_start(GTK_BOX(hbox), label, FALSE, FALSE, 0);
-  gtk_label_set_line_wrap(GTK_LABEL(label), TRUE);
-
-  gtk_widget_show_all(frame);
-
   /* We're done! */
   g_signal_connect(dlg, "response",
       G_CALLBACK(datetime_dialog_response), datetime);

Modified: xfce4-datetime-plugin/trunk/po/xfce4-datetime-plugin.pot
===================================================================
--- xfce4-datetime-plugin/trunk/po/xfce4-datetime-plugin.pot	2008-06-08 00:17:43 UTC (rev 4911)
+++ xfce4-datetime-plugin/trunk/po/xfce4-datetime-plugin.pot	2008-06-08 00:32:15 UTC (rev 4912)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-06-08 00:05+0100\n"
+"POT-Creation-Date: 2008-06-08 01:30+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -53,64 +53,51 @@
 msgid "Unable to open the following url: %s"
 msgstr ""
 
-#: ../panel-plugin/datetime-dialog.c:337
+#: ../panel-plugin/datetime-dialog.c:336
 msgid "Datetime properties"
 msgstr ""
 
 #.
 #. * layout frame
 #.
-#: ../panel-plugin/datetime-dialog.c:357
+#: ../panel-plugin/datetime-dialog.c:356
 msgid "Layout"
 msgstr ""
 
 #. Format label
 #. format label
-#: ../panel-plugin/datetime-dialog.c:371 ../panel-plugin/datetime-dialog.c:433
-#: ../panel-plugin/datetime-dialog.c:530
+#: ../panel-plugin/datetime-dialog.c:370 ../panel-plugin/datetime-dialog.c:432
+#: ../panel-plugin/datetime-dialog.c:529
 msgid "Format:"
 msgstr ""
 
 #.
 #. * Date frame
 #.
-#: ../panel-plugin/datetime-dialog.c:391
+#: ../panel-plugin/datetime-dialog.c:390
 msgid "Date"
 msgstr ""
 
-#: ../panel-plugin/datetime-dialog.c:403
+#: ../panel-plugin/datetime-dialog.c:402
 msgid "The date will appear in a tooltip."
 msgstr ""
 
 #. font label
-#: ../panel-plugin/datetime-dialog.c:416 ../panel-plugin/datetime-dialog.c:513
+#: ../panel-plugin/datetime-dialog.c:415 ../panel-plugin/datetime-dialog.c:512
 msgid "Font:"
 msgstr ""
 
 #.
 #. * time frame
 #.
-#: ../panel-plugin/datetime-dialog.c:488
+#: ../panel-plugin/datetime-dialog.c:487
 msgid "Time"
 msgstr ""
 
-#: ../panel-plugin/datetime-dialog.c:500
+#: ../panel-plugin/datetime-dialog.c:499
 msgid "The time will appear in a tooltip."
 msgstr ""
 
-#.
-#. * Calendar options frame
-#.
-#: ../panel-plugin/datetime-dialog.c:585
-msgid "Calendar"
-msgstr ""
-
-#: ../panel-plugin/datetime-dialog.c:603
-msgid ""
-"The information on which day the calendar week starts is derived from the "
-"locale."
-msgstr ""
-
 #: ../panel-plugin/datetime.desktop.in.in.h:1
 msgid "Date and Time plugin with a simple calendar"
 msgstr ""




More information about the Goodies-commits mailing list