aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-irc-network-chooser-dialog.h
Commit message (Collapse)AuthorAgeFilesLines
* Use a flat namespace for internal includesEmanuele Aina2013-04-011-2/+2
| | | | | | | | Directly add the libempathy, libempathy-gtk and extensions directories to the include search path. This decouples header inclusions from their location and helps when reorganizing the source files layout. https://bugzilla.gnome.org/show_bug.cgi?id=696950
* Use double quotes for all internal headersEmanuele Aina2013-04-011-2/+2
| | | | | | | This makes a bit more obvious which headers come from public libraries and which ones come from uninstalled utility libraries. https://bugzilla.gnome.org/show_bug.cgi?id=696950
* irc-network-chooser-dialog: make it transient and modalGuillaume Desmottes2010-08-261-1/+2
|
* add empathy-irc-network-chooser-dialogGuillaume Desmottes2010-08-251-0/+70
Some of the code has been copied from empathy-account-widget-irc.c.