diff options
author | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2010-02-19 06:15:00 +0800 |
---|---|---|
committer | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2010-02-19 06:15:00 +0800 |
commit | 8ce1c64808b2772e61be3f162defa22072117267 (patch) | |
tree | 83c5c48147a40726591899ce38d6021a211d918c /src/empathy-accounts-dialog.c | |
parent | 2917ac10a8a99e348648825990b7ae1088a3aacc (diff) | |
download | gsoc2013-empathy-8ce1c64808b2772e61be3f162defa22072117267.tar gsoc2013-empathy-8ce1c64808b2772e61be3f162defa22072117267.tar.gz gsoc2013-empathy-8ce1c64808b2772e61be3f162defa22072117267.tar.bz2 gsoc2013-empathy-8ce1c64808b2772e61be3f162defa22072117267.tar.lz gsoc2013-empathy-8ce1c64808b2772e61be3f162defa22072117267.tar.xz gsoc2013-empathy-8ce1c64808b2772e61be3f162defa22072117267.tar.zst gsoc2013-empathy-8ce1c64808b2772e61be3f162defa22072117267.zip |
Rename Moblin to Meego throughout Empathy
At the request of Rob Bradford
Diffstat (limited to 'src/empathy-accounts-dialog.c')
-rw-r--r-- | src/empathy-accounts-dialog.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c index f6aaf07ed..e34903f12 100644 --- a/src/empathy-accounts-dialog.c +++ b/src/empathy-accounts-dialog.c @@ -1112,7 +1112,7 @@ accounts_dialog_button_remove_clicked_cb (GtkWidget *button, accounts_dialog_remove_account_iter (dialog, &iter); } -#ifdef HAVE_MOBLIN +#ifdef HAVE_MEEGO static void accounts_dialog_view_delete_activated_cb (EmpathyCellRendererActivatable *cell, const gchar *path_string, @@ -1128,7 +1128,7 @@ accounts_dialog_view_delete_activated_cb (EmpathyCellRendererActivatable *cell, accounts_dialog_remove_account_iter (dialog, &iter); } -#endif +#endif /* HAVE_MEEGO */ static void accounts_dialog_model_add_columns (EmpathyAccountsDialog *dialog) @@ -1181,7 +1181,7 @@ accounts_dialog_model_add_columns (EmpathyAccountsDialog *dialog) dialog); g_object_set (cell, "ypad", 4, NULL); -#ifdef HAVE_MOBLIN +#ifdef HAVE_MEEGO /* Delete column */ cell = empathy_cell_renderer_activatable_new (); gtk_tree_view_column_pack_start (column, cell, FALSE); @@ -1193,7 +1193,7 @@ accounts_dialog_model_add_columns (EmpathyAccountsDialog *dialog) g_signal_connect (cell, "path-activated", G_CALLBACK (accounts_dialog_view_delete_activated_cb), dialog); -#endif +#endif /* HAVE_MEEGO */ } static EmpathyAccountSettings * @@ -1921,10 +1921,10 @@ accounts_dialog_build_ui (EmpathyAccountsDialog *dialog) action_area = gtk_dialog_get_action_area (GTK_DIALOG (dialog)); -#ifdef HAVE_MOBLIN +#ifdef HAVE_MEEGO gtk_widget_hide (action_area); gtk_widget_hide (priv->button_remove); -#endif +#endif /* HAVE_MEEGO */ /* Remove button is unsensitive until we have a selected account */ gtk_widget_set_sensitive (priv->button_remove, FALSE); |