[Goodies-commits] r6324 - in xfce4-screenshooter-plugin/trunk: . lib

Jerome Guelfucci jeromeg at xfce.org
Mon Dec 15 19:33:54 CET 2008


Author: jeromeg
Date: 2008-12-15 18:33:53 +0000 (Mon, 15 Dec 2008)
New Revision: 6324

Modified:
   xfce4-screenshooter-plugin/trunk/ChangeLog
   xfce4-screenshooter-plugin/trunk/lib/screenshooter-dialogs.c
Log:
  * lib/screenshooter-dialogs.c:
    - (cb_fullscreen_screen_toggled) remove some obsolete code.
    - (screenshooter_dialog_new) mark "Application:" as translatable.


Modified: xfce4-screenshooter-plugin/trunk/ChangeLog
===================================================================
--- xfce4-screenshooter-plugin/trunk/ChangeLog	2008-12-15 09:23:09 UTC (rev 6323)
+++ xfce4-screenshooter-plugin/trunk/ChangeLog	2008-12-15 18:33:53 UTC (rev 6324)
@@ -1,3 +1,9 @@
+2008-12-15 jeromeg
+
+  * lib/screenshooter-dialogs.c:
+    - (cb_fullscreen_screen_toggled) remove some obsolete code.
+    - (screenshooter_dialog_new) mark "Application:" as translatable.
+
 2008-12-14 jeromeg
 
   * CONTRIBUTORS: updated.

Modified: xfce4-screenshooter-plugin/trunk/lib/screenshooter-dialogs.c
===================================================================
--- xfce4-screenshooter-plugin/trunk/lib/screenshooter-dialogs.c	2008-12-15 09:23:09 UTC (rev 6323)
+++ xfce4-screenshooter-plugin/trunk/lib/screenshooter-dialogs.c	2008-12-15 18:33:53 UTC (rev 6324)
@@ -88,10 +88,6 @@
     {
       sd->mode = FULLSCREEN;
     }
-  else
-    {
-      sd->mode = ACTIVE_WINDOW;
-    }
 }
 
 
@@ -904,7 +900,7 @@
   
   /* Application label */
   
-  application_label = gtk_label_new ("Application:");
+  application_label = gtk_label_new (_("Application:"));
   
   gtk_misc_set_alignment (GTK_MISC (application_label), 0, 0.5);
 		  




More information about the Goodies-commits mailing list