]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-status-preset-dialog.c
Updated Spanish Translation
[empathy.git] / libempathy-gtk / empathy-status-preset-dialog.c
index e68f080fbc0e57850565a6a0ec48f0964d158044..f487b8cc10ee70c6839ea9cc957b678454e439af 100644 (file)
  */
 
 #include "config.h"
+#include "empathy-status-preset-dialog.h"
 
 #include <glib/gi18n-lib.h>
-#include <gtk/gtk.h>
+#include <tp-account-widgets/tpaw-builder.h>
 
-#include <libempathy/empathy-utils.h>
-#include <libempathy/empathy-status-presets.h>
+#include "empathy-status-presets.h"
+#include "empathy-ui-utils.h"
+#include "empathy-utils.h"
 
 #define DEBUG_FLAG EMPATHY_DEBUG_OTHER
-#include <libempathy/empathy-debug.h>
-
-#include "empathy-ui-utils.h"
-#include "empathy-status-preset-dialog.h"
+#include "empathy-debug.h"
 
 #define GET_PRIV(obj) EMPATHY_GET_PRIV (obj, EmpathyStatusPresetDialog)
 
@@ -300,7 +299,7 @@ empathy_status_preset_dialog_init (EmpathyStatusPresetDialog *self)
 
        filename = empathy_file_lookup ("empathy-status-preset-dialog.ui",
                        "libempathy-gtk");
-       gui = empathy_builder_get_file (filename,
+       gui = tpaw_builder_get_file (filename,
                        "toplevel-vbox", &toplevel_vbox,
                        "presets-sw", &presets_sw,
                        "presets-treeview", &priv->presets_treeview,
@@ -323,7 +322,7 @@ empathy_status_preset_dialog_init (EmpathyStatusPresetDialog *self)
                        remove_button);
        gtk_tree_selection_set_mode (selection, GTK_SELECTION_MULTIPLE);
 
-       empathy_builder_connect (gui, self,
+       tpaw_builder_connect (gui, self,
                        "remove-button", "clicked", status_preset_dialog_preset_remove,
                        NULL);