diff options
author | Ted Gould <ted@canonical.com> | 2009-08-12 22:47:41 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-12 22:47:41 -0600 |
commit | 692f214823437c5ae15bbcd601b98cdae1d1af08 (patch) | |
tree | 9ef4f9cf4d83c507fcca6e2f92c8857fbd16a4e5 /src | |
parent | 353afff8d6a75cc564c3e9278b616cf7420cd803 (diff) | |
parent | 76e386da015a29e46291fe66848d376e340eed7b (diff) | |
download | ayatana-indicator-session-692f214823437c5ae15bbcd601b98cdae1d1af08.tar.gz ayatana-indicator-session-692f214823437c5ae15bbcd601b98cdae1d1af08.tar.bz2 ayatana-indicator-session-692f214823437c5ae15bbcd601b98cdae1d1af08.zip |
Fixes from trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/gtk-dialog/logout-dialog.c | 4 | ||||
-rw-r--r-- | src/gtk-dialog/logout-dialog.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/gtk-dialog/logout-dialog.c b/src/gtk-dialog/logout-dialog.c index cd49b00..a80dbef 100644 --- a/src/gtk-dialog/logout-dialog.c +++ b/src/gtk-dialog/logout-dialog.c @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA */ #include <string.h> diff --git a/src/gtk-dialog/logout-dialog.h b/src/gtk-dialog/logout-dialog.h index b0e19b7..8b0ff09 100644 --- a/src/gtk-dialog/logout-dialog.h +++ b/src/gtk-dialog/logout-dialog.h @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA */ #ifndef __LOGOUT_DIALOG_H__ |