After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 523972 - Help function not implemented in chat and main window
Help function not implemented in chat and main window
Status: RESOLVED FIXED
Product: empathy
Classification: Core
Component: General
0.22.x
Other Linux
: Normal normal
: ---
Assigned To: empathy-maint
empathy-maint
: 526210 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2008-03-23 12:46 UTC by Daniel van Eeden
Modified: 2008-04-20 10:02 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Daniel van Eeden 2008-03-23 12:46:55 UTC
This is how the help function is implemented in src/empathy-chat-window.c:
static void
chat_window_help_contents_cb (GtkWidget         *menuitem,
                              EmpathyChatWindow *window)
{
        //empathy_help_show ();
}

The empatthy_help_show function is nonexisted.

I've checked 0.22.0 from Debian sid and the latest SVN (20080323).
Comment 1 Xavier Claessens 2008-03-25 07:49:03 UTC
User documentation is not writen yet. I asked for help on the GNOME documentation team's mailing list to write it.
Comment 2 Frederic Peters 2008-04-09 11:09:54 UTC
*** Bug 526210 has been marked as a duplicate of this bug. ***
Comment 3 Xavier Claessens 2008-04-09 11:30:11 UTC
This is fixed in that git branch:
git://github.com/MiloCasagrande/empathy-gnome-doc.git

The manual is being written.
Comment 4 Frederic Peters 2008-04-20 10:02:06 UTC
The manual is still being written but is now part of the subversion trunk, and help/contents opens it; I am closing this bug report.