aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorGuillaume Desmottes <gdesmott@gnome.org>2008-02-08 08:05:08 +0800
committerGuillaume Desmottes <gdesmott@gnome.org>2008-02-08 08:05:08 +0800
commit319c4ceb453a798dfb6550c25fcff61897644839 (patch)
treef6684fbcfa89f52c7762c9a23a3bea78c33ca3d9 /libempathy-gtk
parent7691cff57ab06d5ba991a2a11c0816ce36c58fa1 (diff)
downloadgsoc2013-empathy-319c4ceb453a798dfb6550c25fcff61897644839.tar
gsoc2013-empathy-319c4ceb453a798dfb6550c25fcff61897644839.tar.gz
gsoc2013-empathy-319c4ceb453a798dfb6550c25fcff61897644839.tar.bz2
gsoc2013-empathy-319c4ceb453a798dfb6550c25fcff61897644839.tar.lz
gsoc2013-empathy-319c4ceb453a798dfb6550c25fcff61897644839.tar.xz
gsoc2013-empathy-319c4ceb453a798dfb6550c25fcff61897644839.tar.zst
gsoc2013-empathy-319c4ceb453a798dfb6550c25fcff61897644839.zip
add 2 TODO
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-account-widget-irc.c1
-rw-r--r--libempathy-gtk/empathy-irc-network-dialog.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-account-widget-irc.c b/libempathy-gtk/empathy-account-widget-irc.c
index e1663d9ef..d8d8f20eb 100644
--- a/libempathy-gtk/empathy-account-widget-irc.c
+++ b/libempathy-gtk/empathy-account-widget-irc.c
@@ -142,6 +142,7 @@ account_widget_irc_button_network_clicked_cb (GtkWidget *button,
window = empathy_get_toplevel_window (settings->vbox_settings);
irc_network_dialog_show (settings->account, network, GTK_WIDGET (window));
+ /* TODO: update account when destroyed */
g_object_unref (network);
}
diff --git a/libempathy-gtk/empathy-irc-network-dialog.c b/libempathy-gtk/empathy-irc-network-dialog.c
index 420e8a356..2acbc2d37 100644
--- a/libempathy-gtk/empathy-irc-network-dialog.c
+++ b/libempathy-gtk/empathy-irc-network-dialog.c
@@ -42,6 +42,7 @@
#define DEBUG_DOMAIN "AccountWidgetIRC"
typedef struct {
+ /* FIXME: do we really need this account ? */
McAccount *account;
EmpathyIrcNetwork *network;