diff options
author | rbuj <[email protected]> | 2019-06-16 13:37:09 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-06-18 14:46:34 +0200 |
commit | e0e185b1790f5a670cdd1292bac75ad1c44e4996 (patch) | |
tree | b5d170259858c497dbfb813c0ddb55a197a2c5ca /docs/architecture.txt | |
parent | ef29013fdfd0df5d4a3cc6c5a8fb1583aabef952 (diff) | |
download | caja-e0e185b1790f5a670cdd1292bac75ad1c44e4996.tar.bz2 caja-e0e185b1790f5a670cdd1292bac75ad1c44e4996.tar.xz |
Remove trailing whitespaces
find . -regextype posix-extended -regex '.*\.(c|h|ac|txt|xml)' -exec sed --in-place 's/[[:space:]]\+$//' {} \+
Diffstat (limited to 'docs/architecture.txt')
-rw-r--r-- | docs/architecture.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/architecture.txt b/docs/architecture.txt index bda3397e..896bb6ae 100644 --- a/docs/architecture.txt +++ b/docs/architecture.txt @@ -65,7 +65,7 @@ it displays. The CajaWindow object provides various chrome and uses a number of CajaView objects to communicate with view components. The relationship between CajaWindow and the CajaViews is mostly, but not completely one-way; primarily, the -window calls the view's methods and connects to its signals. +window calls the view's methods and connects to its signals. The CajaView object serves as a proxy for a view component. It provides a number of methods which correspond to the methods of the @@ -140,7 +140,7 @@ architecture is different. * Other Communication The Caja:View and Caja:ViewFrame interfaces allow for other -communication as well. +communication as well. The view may request that the frame update the status message, indicate a certain level of progress during loading, or display a |