[Xfce4-commits] <thunar:master> Update some copyrights.

Nick Schermer noreply at xfce.org
Sun Sep 16 20:16:05 CEST 2012


Updating branch refs/heads/master
         to c15432bc00dd61ff8aeb10054694a788888c9619 (commit)
       from 2b7e3f4a2d9d2d5526b0eb6edcfd5c909e9cd4ba (commit)

commit c15432bc00dd61ff8aeb10054694a788888c9619
Author: Nick Schermer <nick at xfce.org>
Date:   Tue Sep 11 21:45:15 2012 +0200

    Update some copyrights.

 thunar/thunar-properties-dialog.c |    3 ++-
 thunar/thunar-size-label.c        |    1 +
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/thunar/thunar-properties-dialog.c b/thunar/thunar-properties-dialog.c
index 67dc951..bad6afc 100644
--- a/thunar/thunar-properties-dialog.c
+++ b/thunar/thunar-properties-dialog.c
@@ -2,6 +2,7 @@
 /*-
  * Copyright (c) 2005-2007 Benedikt Meurer <benny at xfce.org>
  * Copyright (c) 2009-2011 Jannis Pohlmann <jannis at xfce.org>
+ * Copyright (c) 2012      Nick Schermer <nick at xfce.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
@@ -524,7 +525,7 @@ thunar_properties_dialog_init (ThunarPropertiesDialog *dialog)
    */
   label = gtk_label_new (_("Emblems"));
   chooser = thunar_emblem_chooser_new ();
-  /*TODOexo_binding_new (G_OBJECT (dialog), "file", G_OBJECT (chooser), "file");*/
+  /*TODOexo_binding_new (G_OBJECT (dialog), "files", G_OBJECT (chooser), "files");*/
   gtk_notebook_append_page (GTK_NOTEBOOK (dialog->notebook), chooser, label);
   gtk_widget_show (chooser);
   gtk_widget_show (label);
diff --git a/thunar/thunar-size-label.c b/thunar/thunar-size-label.c
index 53394b9..27b0396 100644
--- a/thunar/thunar-size-label.c
+++ b/thunar/thunar-size-label.c
@@ -2,6 +2,7 @@
 /*-
  * Copyright (c) 2006 Benedikt Meurer <benny at xfce.org>
  * Copyright (c) 2009 Jannis Pohlmann <jannis at xfce.org>
+ * Copyright (c) 2012 Nick Schermer <nick at xfce.org>
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the Free


More information about the Xfce4-commits mailing list