diff options
| author | Huang Peng <shawn.p.huang@gmail.com> | 2008-10-05 22:23:42 +0800 |
|---|---|---|
| committer | Huang Peng <shawn.p.huang@gmail.com> | 2008-10-05 22:23:42 +0800 |
| commit | 8a4eb40abff0441c015f15fa864967e106868f52 (patch) | |
| tree | 6cd438cf647e185bf71ed3490760184b928c7001 | |
| parent | 3d36b0eb76eafcda76082baecf34a48d6cbb0319 (diff) | |
| download | ibus-8a4eb40abff0441c015f15fa864967e106868f52.tar.gz ibus-8a4eb40abff0441c015f15fa864967e106868f52.tar.xz ibus-8a4eb40abff0441c015f15fa864967e106868f52.zip | |
Move notify from daemon to ui/gtk
| -rw-r--r-- | daemon/Makefile.am | 1 | ||||
| -rw-r--r-- | ui/gtk/notify.py (renamed from daemon/notify.py) | 0 |
2 files changed, 0 insertions, 1 deletions
diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 73abeff..483ee50 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -30,7 +30,6 @@ ibusdaemon_PYTHON = \ ibusdaemon.py \ inputcontext.py \ lookuptable.py \ - notify.py \ panel.py \ register.py \ $(NULL) diff --git a/daemon/notify.py b/ui/gtk/notify.py index 3274f7d..3274f7d 100644 --- a/daemon/notify.py +++ b/ui/gtk/notify.py |
