pidgin/quail/qpurple

79cd8fbd9293
Parents f4bfc1629ba4
Children a9eb14203002
Start setting up the callbacks fr the blist
  • +3 -0
    qpurple.cpp
  • +1 -1
    qpurple.h
  • --- a/qpurple.cpp Tue Jun 18 15:43:26 2013 +0100
    +++ b/qpurple.cpp Sat Jun 29 07:49:40 2013 +0100
    @@ -130,6 +130,7 @@
    NULL
    };
    +
    void
    QPurpleCore::qpurple_ui_init(void)
    {
    @@ -139,6 +140,8 @@
    * just initialize the UI for conversations.
    */
    purple_conversations_set_ui_ops(&qpurple_conv_uiops);
    + purple_blist_set_ui_ops(&qpurple_blist_ui_ops);
    +
    }
    static PurpleCoreUiOps qpurple_core_uiops =
    --- a/qpurple.h Tue Jun 18 15:43:26 2013 +0100
    +++ b/qpurple.h Sat Jun 29 07:49:40 2013 +0100
    @@ -13,7 +13,7 @@
    #include <string.h>
    #include <unistd.h>
    -#define CUSTOM_USER_DIRECTORY "/dev/null"
    +#define CUSTOM_USER_DIRECTORY "~/.quail"
    #define CUSTOM_PLUGIN_PATH ""
    #define PLUGIN_SAVE_PREF "/purple/qpurple/plugins/saved"
    #define UI_ID "quail"