[gnome-shell] Fix shell_global_format_time_relative_pretty() parameter name



commit 27e71d9a6c339bed4dd2b5df01dc9de23d03b79a
Author: Alban Browaeys <prahal yahoo com>
Date:   Tue Sep 14 02:26:40 2010 +0200

    Fix shell_global_format_time_relative_pretty() parameter name
    
    An out parameter annotation was missed due to a difference
    in the parameter name between the declaration and the implementation.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=629595

 src/shell-global.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/shell-global.h b/src/shell-global.h
index a482c1f..34c5678 100644
--- a/src/shell-global.h
+++ b/src/shell-global.h
@@ -87,7 +87,7 @@ void shell_global_gc (ShellGlobal *global);
 
 void shell_global_maybe_gc (ShellGlobal *global);
 
-void shell_global_format_time_relative_pretty (ShellGlobal *global, guint delta, char **text, guint *update_time);
+void shell_global_format_time_relative_pretty (ShellGlobal *global, guint delta, char **text, guint *next_update);
 
 ClutterActor *shell_global_create_root_pixmap_actor (ShellGlobal *global);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]