~ubuntu-branches/ubuntu/precise/empathy/precise-updates

« back to all changes in this revision

Viewing changes to libempathy-gtk/empathy-ui-utils.c

  • Committer: Ken VanDine
  • Date: 2012-06-29 17:28:19 UTC
  • mfrom: (188.1.1 empathy)
  • Revision ID: ken.vandine@canonical.com-20120629172819-bl38rfqndp62hk05
* New upstream release (LP: #1018784).
  - Use a weak reference while loading the logs asynchronously to detect when the object has been destroyed
  - irc connection parameters dialog: "apply" button stays unsensitive (Guillaume Desmottes)
  - empathy-chat crashed with SIGSEGV in _tp_base_client_handle_channels() (Guillaume Desmottes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
        gtk_icon_theme_append_search_path (gtk_icon_theme_get_default (),
65
65
                                           PKGDATADIR G_DIR_SEPARATOR_S "icons");
66
66
 
67
 
        gtk_icon_theme_append_search_path (gtk_icon_theme_get_default (),
68
 
                                           DATADIR G_DIR_SEPARATOR_S "notify-osd" G_DIR_SEPARATOR_S "icons");
69
 
 
70
67
        /* Add icons from source dir if available */
71
68
        if (g_getenv ("EMPATHY_SRCDIR") != NULL) {
72
69
                gchar *path;