Rename HTML to web
This commit is contained in:
parent
8e381f9e2f
commit
a1b73ff527
@ -1 +1 @@
|
|||||||
dist_bin_SCRIPTS = sugar-activity sugar-activity-html
|
dist_bin_SCRIPTS = sugar-activity sugar-activity-web
|
||||||
|
@ -17,4 +17,4 @@
|
|||||||
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
# Boston, MA 02111-1307, USA.
|
# Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
exec sugar-activity sugar3.activity.htmlactivity.HTMLActivity $@
|
exec sugar-activity sugar3.activity.webactivity.WebActivity $@
|
@ -6,6 +6,6 @@ sugar_PYTHON = \
|
|||||||
activityhandle.py \
|
activityhandle.py \
|
||||||
activityservice.py \
|
activityservice.py \
|
||||||
bundlebuilder.py \
|
bundlebuilder.py \
|
||||||
htmlactivity.py \
|
webactivity.py \
|
||||||
i18n.py \
|
i18n.py \
|
||||||
widgets.py
|
widgets.py
|
||||||
|
@ -27,7 +27,7 @@ assert GdkX11
|
|||||||
from gi.repository import SugarExt
|
from gi.repository import SugarExt
|
||||||
|
|
||||||
|
|
||||||
class HTMLActivity(Gtk.Window):
|
class WebActivity(Gtk.Window):
|
||||||
def __init__(self, handle):
|
def __init__(self, handle):
|
||||||
Gtk.Window.__init__(self)
|
Gtk.Window.__init__(self)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user