diff options
author | Dan Winship <danw@src.gnome.org> | 2003-04-08 06:12:56 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-04-08 06:12:56 +0800 |
commit | b40727e44b9a820998de206a931041adecc01357 (patch) | |
tree | c298115c165310b0110957bfbfd7f35dfc2b667f /shell/ChangeLog | |
parent | 3af776f2431fe5db6b7c16a94535b544ea33029c (diff) | |
download | gsoc2013-evolution-b40727e44b9a820998de206a931041adecc01357.tar gsoc2013-evolution-b40727e44b9a820998de206a931041adecc01357.tar.gz gsoc2013-evolution-b40727e44b9a820998de206a931041adecc01357.tar.bz2 gsoc2013-evolution-b40727e44b9a820998de206a931041adecc01357.tar.lz gsoc2013-evolution-b40727e44b9a820998de206a931041adecc01357.tar.xz gsoc2013-evolution-b40727e44b9a820998de206a931041adecc01357.tar.zst gsoc2013-evolution-b40727e44b9a820998de206a931041adecc01357.zip |
Fix arg types on REMOVED_SHARED_FOLDER signal. #40888
* evolution-storage.c (evolution_storage_class_init): Fix arg
types on REMOVED_SHARED_FOLDER signal. #40888
svn path=/trunk/; revision=20734
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 17fe672815..3722620817 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,8 @@ 2003-04-07 Dan Winship <danw@ximian.com> + * evolution-storage.c (evolution_storage_class_init): Fix arg + types on REMOVED_SHARED_FOLDER signal. #40888 + * evolution-folder-selector-button.c (clicked): Desensitize the window's top-level container rather than desensitizing the window itself, which causes strange problems [#40854]. Also fix up the |