[Xfce4-commits] <thunar:nick/multiple-file-properties> Update some copyrights.

Nick Schermer noreply at xfce.org
Tue Sep 11 21:46:01 CEST 2012


Updating branch refs/heads/nick/multiple-file-properties
         to 1179d39652e8c16b6b6fadde580cd5f1d307f52a (commit)
       from d1ed6e283e1c3a3792936f56e7f3693b36f2ab89 (commit)

commit 1179d39652e8c16b6b6fadde580cd5f1d307f52a
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