Bug 142465 - NetMeeting plugin still refer to Gnomemeeting
Summary: NetMeeting plugin still refer to Gnomemeeting
Status: RESOLVED INTENTIONAL
Alias: None
Product: kopete
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Mandriva RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-03 17:57 UTC by Nicolas L.
Modified: 2008-02-07 05:28 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nicolas L. 2007-03-03 17:57:44 UTC
Version:            (using KDE KDE 3.5.6)
Installed from:    Mandriva RPMs

Gnomemeeting doesn't exist anymore, but have been renamed upstream as Ekiga, so the pieces of code which refer to gnomemeeting have to be rename ekiga.



There is a patch against KDE 3 branch


Index: netmeetingpreferences.cpp
===================================================================
--- netmeetingpreferences.cpp   (revision 638877)
+++ netmeetingpreferences.cpp   (working copy)
@@ -58,7 +58,7 @@
 {
        KConfig *config=KGlobal::config();
        config->setGroup("Netmeeting Plugin");
-       preferencesDialog->m_app->setCurrentText(config->readEntry("NetmeetingApplication","gnomemeeting -c callto://%1"));
+       preferencesDialog->m_app->setCurrentText(config->readEntry("NetmeetingApplication","ekiga -c callto://%1"));
        emit KCModule::changed(false);
 }

Index: netmeetinginvitation.cpp
===================================================================
--- netmeetinginvitation.cpp    (revision 638877)
+++ netmeetinginvitation.cpp    (working copy)
@@ -162,7 +162,7 @@

        KConfig *config=KGlobal::config();
        config->setGroup("Netmeeting Plugin");
-       QString app=config->readEntry("NetmeetingApplication","gnomemeeting -c callto://%1").arg(ip_address);
+       QString app=config->readEntry("NetmeetingApplication","ekiga -c callto://%1").arg(ip_address);

        kdDebug() << k_funcinfo << app <<  endl ;

Index: netmeetingprefs_ui.ui
===================================================================
--- netmeetingprefs_ui.ui       (revision 638877)
+++ netmeetingprefs_ui.ui       (working copy)
@@ -63,7 +63,7 @@
                 <widget class="KComboBox">
                     <item>
                         <property name="text">
-                            <string>gnomemeeting -c callto://%1</string>
+                            <string>ekiga -c callto://%1</string>
                         </property>
                     </item>
                     <item>
Comment 1 Matt Rogers 2008-02-07 05:28:16 UTC
netmeeting has been removed.