[Gpredict-svn] SF.net SVN: gpredict:[164] trunk/src/gtk-sat-list.c
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
|
From: <cs...@us...> - 2008-10-26 17:17:54
|
Revision: 164
http://gpredict.svn.sourceforge.net/gpredict/?rev=164&view=rev
Author: csete
Date: 2008-10-26 17:17:47 +0000 (Sun, 26 Oct 2008)
Log Message:
-----------
Use new gtk-sat-list-popup.
Modified Paths:
--------------
trunk/src/gtk-sat-list.c
Modified: trunk/src/gtk-sat-list.c
===================================================================
--- trunk/src/gtk-sat-list.c 2008-10-26 17:17:07 UTC (rev 163)
+++ trunk/src/gtk-sat-list.c 2008-10-26 17:17:47 UTC (rev 164)
@@ -37,7 +37,7 @@
#include "config-keys.h"
#include "sat-cfg.h"
#include "mod-cfg-get-param.h"
-#include "sat-popup-menu.h"
+#include "gtk-sat-list-popup.h"
#include "gtk-sat-data.h"
#include "gpredict-utils.h"
#include "locator.h"
@@ -1230,8 +1230,8 @@
}
else {
- sat_popup_menu_exec (sat, GTK_SAT_LIST (list)->qth, event,
- gtk_widget_get_toplevel (treeview));
+ gtk_sat_list_popup_exec (sat, GTK_SAT_LIST (list)->qth, event,
+ GTK_SAT_LIST (list));
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|