aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-05-18 22:58:40 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-05-18 23:07:15 +0800
commit28e7a06124667aec8439ca9e9e3eadb877e80a8e (patch)
tree01a15577296d3914798310b96ba78411265b7cc0 /libempathy-gtk
parent16deaa5025e7527c1fc1a36fb8fd8afb900ff75c (diff)
downloadgsoc2013-empathy-28e7a06124667aec8439ca9e9e3eadb877e80a8e.tar
gsoc2013-empathy-28e7a06124667aec8439ca9e9e3eadb877e80a8e.tar.gz
gsoc2013-empathy-28e7a06124667aec8439ca9e9e3eadb877e80a8e.tar.bz2
gsoc2013-empathy-28e7a06124667aec8439ca9e9e3eadb877e80a8e.tar.lz
gsoc2013-empathy-28e7a06124667aec8439ca9e9e3eadb877e80a8e.tar.xz
gsoc2013-empathy-28e7a06124667aec8439ca9e9e3eadb877e80a8e.tar.zst
gsoc2013-empathy-28e7a06124667aec8439ca9e9e3eadb877e80a8e.zip
empathy-status-preset-dialog: fix coding style and update FSF address
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-status-preset-dialog.c8
-rw-r--r--libempathy-gtk/empathy-status-preset-dialog.h4
2 files changed, 6 insertions, 6 deletions
diff --git a/libempathy-gtk/empathy-status-preset-dialog.c b/libempathy-gtk/empathy-status-preset-dialog.c
index 734ac356a..1357849a2 100644
--- a/libempathy-gtk/empathy-status-preset-dialog.c
+++ b/libempathy-gtk/empathy-status-preset-dialog.c
@@ -19,8 +19,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; 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 St, Fifth Floor,
+ * Boston, MA 02110-1301 USA
*
* Authors: Davyd Madeley <davyd.madeley@collabora.co.uk>
*/
@@ -63,7 +63,7 @@ static McPresence states[] = {
typedef struct _EmpathyStatusPresetDialogPriv EmpathyStatusPresetDialogPriv;
struct _EmpathyStatusPresetDialogPriv
{
- /* block status_preset_dialog_add_combo_changed() when > 0 */
+ /* block status_preset_dialog_add_combo_changed () when > 0 */
int block_add_combo_changed;
GtkWidget *presets_treeview;
@@ -520,7 +520,7 @@ empathy_status_preset_dialog_init (EmpathyStatusPresetDialog *self)
status_preset_dialog_setup_presets_treeview (self);
status_preset_dialog_setup_add_combobox (self);
- gtk_box_pack_start(GTK_BOX (GTK_DIALOG (self)->vbox), toplevel_vbox,
+ gtk_box_pack_start (GTK_BOX (GTK_DIALOG (self)->vbox), toplevel_vbox,
TRUE, TRUE, 0);
g_object_unref (gui);
diff --git a/libempathy-gtk/empathy-status-preset-dialog.h b/libempathy-gtk/empathy-status-preset-dialog.h
index e53c3d8ad..2c507ce37 100644
--- a/libempathy-gtk/empathy-status-preset-dialog.h
+++ b/libempathy-gtk/empathy-status-preset-dialog.h
@@ -19,8 +19,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; 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 St, Fifth Floor,
+ * Boston, MA 02110-1301 USA
*
* Authors: Davyd Madeley <davyd.madeley@collabora.co.uk>
*/